Skip to content

Commit 0a20b75

Browse files
Pick json-smart version from OS core catalog
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
1 parent cb6f59a commit 0a20b75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ dependencies {
276276
exclude group: 'org.slf4j', module: 'slf4j-api'
277277
exclude group: 'net.minidev', module: 'json-smart'
278278
}
279-
runtimeOnly group: 'net.minidev', name:'json-smart', version: '2.5.2'
279+
runtimeOnly group: 'net.minidev', name:'json-smart', version: "${versions.json_smart}"
280280
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
281281
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
282282
testFixturesImplementation "org.opensearch:common-utils:${version}"

qa/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
exclude group: 'org.slf4j', module: 'slf4j-api'
4848
exclude group: 'net.minidev', module: 'json-smart'
4949
}
50-
testRuntimeOnly group: 'net.minidev', name:'json-smart', version: '2.5.2'
50+
testRuntimeOnly group: 'net.minidev', name:'json-smart', version: "${versions.json_smart}"
5151
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
5252
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
5353
api "junit:junit:${versions.junit}"

0 commit comments

Comments
 (0)