Skip to content

Commit daaedab

Browse files
[Backport 2.19] Update common_utils version (#5142)
Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d3d7f74 commit daaedab

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
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ buildscript {
4646
ext {
4747
opensearch_version = System.getProperty("opensearch.version", "2.19.1-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)