upgrade junit version

This commit is contained in:
John J. Aylward 2020-11-19 18:18:02 -05:00
parent 6bf2692a94
commit 3a8193bea4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ repositories {
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
testImplementation 'org.mockito:mockito-core:1.9.5'
}

View File

@ -80,7 +80,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>