updated maven dependencies

This commit is contained in:
steam 2022-10-05 15:01:32 +02:00
parent 8deb56f9f7
commit b1b2fc3bfe

View File

@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>[4.13.1,)</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>