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 66
77buildscript {
88 ext {
9- opensearch_version = System . getProperty(" opensearch.version" , " 2.10 .0-SNAPSHOT" )
9+ opensearch_version = System . getProperty(" opensearch.version" , " 2.11 .0-SNAPSHOT" )
1010 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
1111 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
1212 version_tokens = opensearch_version. tokenize(' -' )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : " ${ versions.jackson} "
3838 implementation group : ' org.json' , name : ' json' , version :' 20230227'
3939 compileOnly group : ' org.opensearch.client' , name : ' opensearch-rest-high-level-client' , version : " ${ opensearch_version} "
40- implementation group : ' org.opensearch' , name :' opensearch-ml-client' , version : " ${ opensearch_build } "
40+ implementation group : ' org.opensearch' , name :' opensearch-ml-client' , version : " ${ opensearch_version } "
4141
4242 testImplementation(' org.junit.jupiter:junit-jupiter:5.6.2' )
4343 testImplementation group : ' org.hamcrest' , name : ' hamcrest-library' , version : ' 2.1'
You can’t perform that action at this time.
0 commit comments