Skip to content

Commit 5449013

Browse files
authored
[2.x] Update common_utils version (#5141)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 80c5a18 commit 5449013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
version_tokens = opensearch_version.tokenize('-')
2525
opensearch_build = version_tokens[0] + '.0'
2626

27-
common_utils_version = System.getProperty("common_utils.version", '2.9.0.0-SNAPSHOT')
27+
common_utils_version = System.getProperty("common_utils.version", '2.19.0.0')
2828
kafka_version = '3.7.1'
2929
open_saml_version = '4.3.2'
3030
one_login_java_saml = '2.9.0'

bwc-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ buildscript {
4646
ext {
4747
opensearch_version = System.getProperty("opensearch.version", "2.20.0-SNAPSHOT")
4848
opensearch_group = "org.opensearch"
49-
common_utils_version = System.getProperty("common_utils.version", '2.9.0.0-SNAPSHOT')
49+
common_utils_version = System.getProperty("common_utils.version", '2.19.0.0')
5050
jackson_version = System.getProperty("jackson_version", "2.15.2")
5151
}
5252
repositories {

0 commit comments

Comments
 (0)