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 c23e6f2 commit fe38a6cCopy full SHA for fe38a6c
build.gradle
@@ -166,7 +166,7 @@ dependencies {
166
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
167
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
168
implementation "${group}:common-utils:${common_utils_version}"
169
- implementation 'org.json:json:20230227'
+ implementation 'org.json:json:20231013'
170
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
171
// json-base, jackson-databind, jackson-annotations are only used by json-flattener.
172
// see https://github.com/opensearch-project/OpenSearch/issues/5395.
0 commit comments