We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ff706 commit ab8d86cCopy full SHA for ab8d86c
build.gradle
@@ -175,7 +175,7 @@ dependencies {
175
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
176
implementation "${group}:common-utils:${common_utils_version}"
177
compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}"
178
- implementation "org.json:json:20230227"
+ implementation "org.json:json:20231013"
179
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
180
// json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
181
implementation group: 'com.github.wnameless.json', name: 'json-base', version: '2.2.1'
0 commit comments