Skip to content

Commit

Permalink
Bump json-path library version
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszZarembaMongoDB committed Mar 1, 2024
1 parent 0b1cc20 commit a74dd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386)
dependencies {
compileOnly(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
implementation(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.15.2");
api(group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0')
api(group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0')
api(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2");
api(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "2.0");
testImplementation(group: "org.testng", name: "testng", version: "7.1.0") {
Expand Down

0 comments on commit a74dd88

Please sign in to comment.