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 '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 'com.carrotsearch:junit-benchmarks:0.7.2'
}