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.
1 parent 054786e commit 783577bCopy full SHA for 783577b
build.gradle
@@ -21,7 +21,7 @@ repositories {
21
22
dependencies {
23
testImplementation 'junit:junit:4.13.2'
24
- testImplementation 'com.jayway.jsonpath:json-path:2.4.0'
+ testImplementation 'com.jayway.jsonpath:json-path:2.9.0'
25
testImplementation 'org.mockito:mockito-core:4.2.0'
26
}
27
pom.xml
@@ -70,7 +70,7 @@
70
<dependency>
71
<groupId>com.jayway.jsonpath</groupId>
72
<artifactId>json-path</artifactId>
73
- <version>2.4.0</version>
+ <version>2.9.0</version>
74
<scope>test</scope>
75
</dependency>
76
0 commit comments