File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77buildscript {
88 ext {
9- opensearch_version = System . getProperty(" opensearch.version" , " 3.7 .0-SNAPSHOT" )
9+ opensearch_version = System . getProperty(" opensearch.version" , " 3.8 .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 @@ -65,11 +65,11 @@ dependencies {
6565 }
6666 api ' org.apache.calcite:calcite-linq4j:1.41.0'
6767 api project(' :common' )
68- compileOnly ' org.opensearch.sandbox:analytics-api:3.7 .0-SNAPSHOT'
68+ compileOnly ' org.opensearch.sandbox:analytics-api:3.8 .0-SNAPSHOT'
6969 // Needed because analytics-api's QueryPlanExecutor signature uses
7070 // org.opensearch.core.action.ActionListener; AnalyticsExecutionEngine references that type.
7171 compileOnly group : ' org.opensearch' , name : ' opensearch-core' , version : " ${ opensearch_version} "
72- testImplementation ' org.opensearch.sandbox:analytics-api:3.7 .0-SNAPSHOT'
72+ testImplementation ' org.opensearch.sandbox:analytics-api:3.8 .0-SNAPSHOT'
7373 testImplementation group : ' org.opensearch' , name : ' opensearch-core' , version : " ${ opensearch_version} "
7474 implementation " com.github.seancfoley:ipaddress:5.4.2"
7575 implementation " com.jayway.jsonpath:json-path:2.9.0"
You can’t perform that action at this time.
0 commit comments