Skip to content

Commit 661d089

Browse files
authored
Signed-off-by: YANGDB <[email protected]>
1 parent 565cafd commit 661d089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ dependencies {
169169
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
170170
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
171171
implementation "${group}:common-utils:${common_utils_version}"
172-
implementation 'org.json:json:20220924'
172+
implementation 'org.json:json:20230227'
173173
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
174174
// json-base, jackson-databind, jackson-annotations are only used by json-flattener.
175175
// see https://github.com/opensearch-project/OpenSearch/issues/5395.

0 commit comments

Comments
 (0)