Stepped junit because of security issues

This commit is contained in:
Ziver Koc 2021-05-24 00:38:53 +02:00
parent 2227843c2b
commit 985457be8d
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ dependencies {
compileOnly 'mysql:mysql-connector-java:8.0.16' compileOnly 'mysql:mysql-connector-java:8.0.16'
compileOnly 'javax.servlet:javax.servlet-api:3.1.0' compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.13.1'
testImplementation 'org.hamcrest:hamcrest-core:1.3' testImplementation 'org.hamcrest:hamcrest-core:1.3'
testImplementation 'com.carrotsearch:junit-benchmarks:0.7.2' testImplementation 'com.carrotsearch:junit-benchmarks:0.7.2'
} }

View file

@ -90,7 +90,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>
<dependency> <dependency>