Stepped junit because of security issues
This commit is contained in:
parent
2227843c2b
commit
985457be8d
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -90,7 +90,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<version>4.13.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue