File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments