We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beb2fb5 + ff921db commit 1726b6cCopy full SHA for 1726b6c
build.gradle
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- testImplementation 'junit:junit:4.13.1'
+ testImplementation 'junit:junit:4.13.2'
24
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
25
testImplementation 'org.mockito:mockito-core:4.2.0'
26
pom.xml
@@ -57,7 +57,7 @@
57
<dependency>
58
<groupId>junit</groupId>
59
<artifactId>junit</artifactId>
60
- <version>4.13.1</version>
+ <version>4.13.2</version>
61
<scope>test</scope>
62
</dependency>
63
0 commit comments