update junit dependency in order to fix security problems

This commit is contained in:
steam 2022-10-05 15:52:38 +02:00
parent 7c7a144fe6
commit f72416b49a

View File

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