@@ -12,7 +12,7 @@ import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
12
12
buildscript {
13
13
ext {
14
14
opensearch_group = " org.opensearch"
15
- opensearch_version = System . getProperty(" opensearch.version" , " 2.12 .0-SNAPSHOT" )
15
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.13 .0-SNAPSHOT" )
16
16
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
17
17
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
18
18
version_tokens = opensearch_version. tokenize(' -' )
@@ -148,7 +148,7 @@ dependencies {
148
148
testImplementation group : ' org.json' , name : ' json' , version : ' 20240205'
149
149
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.10.0'
150
150
testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0'
151
- testImplementation(" net.bytebuddy:byte-buddy:1.14.7 " )
151
+ testImplementation(" net.bytebuddy:byte-buddy:1.14.9 " )
152
152
testImplementation(" net.bytebuddy:byte-buddy-agent:1.14.7" )
153
153
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.1'
154
154
testImplementation ' org.mockito:mockito-junit-jupiter:5.10.0'
@@ -569,4 +569,4 @@ task updateVersion {
569
569
// Include the required files that needs to be updated with new Version
570
570
ant. replaceregexp(file :' build.gradle' , match : ' "opensearch.version", "\\ d.*"' , replace : ' "opensearch.version", "' + newVersion. tokenize(' -' )[0 ] + ' -SNAPSHOT"' , flags :' g' , byline :true )
571
571
}
572
- }
572
+ }
0 commit comments