Skip to content

Commit a1180ee

Browse files
committed
Merge branch 'main' into aws_alb_integration
2 parents c0002f3 + a0517b1 commit a1180ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flask
1+
flask==2.3.2
22
redis

0 commit comments

Comments
 (0)