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