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" , ' 3.0.0.0-SNAPSHOT' )
27
+ common_utils_version = System . getProperty(" common_utils.version" , ' 3.0.0.0-alpha1- SNAPSHOT' )
28
28
29
29
kafka_version = ' 3.7.1'
30
30
open_saml_version = ' 5.1.3'
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" , " 3.0.0-alpha1-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" , ' 3.0 .0.0-alpha1 -SNAPSHOT' )
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