Commit 5449013 1 parent 80c5a18 commit 5449013 Copy full SHA for 5449013
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
version_tokens = opensearch_version. tokenize(' -' )
25
25
opensearch_build = version_tokens[0 ] + ' .0'
26
26
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' )
28
28
kafka_version = ' 3.7.1'
29
29
open_saml_version = ' 4.3.2'
30
30
one_login_java_saml = ' 2.9.0'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
46
46
ext {
47
47
opensearch_version = System . getProperty(" opensearch.version" , " 2.20.0-SNAPSHOT" )
48
48
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' )
50
50
jackson_version = System . getProperty(" jackson_version" , " 2.15.2" )
51
51
}
52
52
repositories {
You can’t perform that action at this time.
0 commit comments