@@ -11,8 +11,8 @@ import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
11
11
buildscript {
12
12
ext {
13
13
opensearch_group = " org.opensearch"
14
- opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-alpha1 -SNAPSHOT" )
15
- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
14
+ opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-beta1 -SNAPSHOT" )
15
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " beta1 " )
16
16
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
17
17
version_tokens = opensearch_version. tokenize(' -' )
18
18
opensearch_build = version_tokens[0 ] + ' .0'
@@ -181,8 +181,8 @@ dependencies {
181
181
testImplementation group : ' org.json' , name : ' json' , version : ' 20240303'
182
182
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.14.2'
183
183
testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0'
184
- testImplementation(" net.bytebuddy:byte-buddy:1.15.10 " )
185
- testImplementation(" net.bytebuddy:byte-buddy-agent:1.15.10 " )
184
+ testImplementation(" net.bytebuddy:byte-buddy:1.17.5 " )
185
+ testImplementation(" net.bytebuddy:byte-buddy-agent:1.17.5 " )
186
186
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2'
187
187
testImplementation ' org.mockito:mockito-junit-jupiter:5.14.2'
188
188
testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
0 commit comments