File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import java.nio.file.Paths
8
8
9
9
buildscript {
10
10
ext {
11
- opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-alpha1 -SNAPSHOT" )
12
- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
11
+ opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-beta1 -SNAPSHOT" )
12
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " beta1 " )
13
13
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
14
14
version_tokens = opensearch_version. tokenize(' -' )
15
15
opensearch_build = version_tokens[0 ] + ' .0'
@@ -178,7 +178,7 @@ dependencies {
178
178
implementation " org.dafny:DafnyRuntime:4.10.0"
179
179
implementation " software.amazon.smithy.dafny:conversion:0.1.1"
180
180
// needed by aws-encryption-sdk-java
181
- implementation " org.bouncycastle:bc-fips:2.0.0 "
181
+ implementation " org.bouncycastle:bc-fips:${ versions.bouncycastle_jce } "
182
182
api " org.apache.httpcomponents.core5:httpcore5:${ versions.httpcore5} "
183
183
implementation " jakarta.json.bind:jakarta.json.bind-api:3.0.1"
184
184
implementation " org.glassfish:jakarta.json:2.0.1"
You can’t perform that action at this time.
0 commit comments