Skip to content

Commit 55d2acc

Browse files
Switch from json-path 2.9.0 to latest json-smart
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
1 parent 5f25d6c commit 55d2acc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ dependencies {
274274
runtimeOnly('com.jayway.jsonpath:json-path:2.9.0') {
275275
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
276276
exclude group: 'org.slf4j', module: 'slf4j-api'
277+
exclude group: 'net.minidev', module: 'json-smart'
277278
}
279+
runtimeOnly group: 'com.jayway.jsonpath', name:'json-smart', version: '2.5.2'
278280
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
279281
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
280282
testFixturesImplementation "org.opensearch:common-utils:${version}"

qa/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ dependencies {
4545
testRuntimeOnly('com.jayway.jsonpath:json-path:2.9.0') {
4646
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
4747
exclude group: 'org.slf4j', module: 'slf4j-api'
48+
exclude group: 'net.minidev', module: 'json-smart'
4849
}
50+
testRuntimeOnly group: 'com.jayway.jsonpath', name:'json-smart', version: '2.5.2'
4951
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
5052
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
5153
api "junit:junit:${versions.junit}"

0 commit comments

Comments
 (0)