Skip to content

Commit 9299177

Browse files
authored
Merge pull request stleary#830 from HappyHacker123/upgrade_json_path
Upgrade json-path's version to 2.4.0 to avoid dependency conflict.
2 parents 5c4a7a1 + b5f9feb commit 9299177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
testImplementation 'junit:junit:4.13.2'
24-
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
24+
testImplementation 'com.jayway.jsonpath:json-path:2.4.0'
2525
testImplementation 'org.mockito:mockito-core:4.2.0'
2626
}
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.jayway.jsonpath</groupId>
7272
<artifactId>json-path</artifactId>
73-
<version>2.1.0</version>
73+
<version>2.4.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

0 commit comments

Comments
 (0)