update-jsonpath: update jsonpath from 2.4.0 to 2.9.0

This commit is contained in:
Sean Leary 2024-05-14 20:48:33 -05:00
parent 054786e300
commit 783577be19
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.jayway.jsonpath:json-path:2.4.0'
testImplementation 'com.jayway.jsonpath:json-path:2.9.0'
testImplementation 'org.mockito:mockito-core:4.2.0'
}

View File

@ -70,7 +70,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>