Skip to content

Commit f8d601b

Browse files
committed
Change qualifier to beta1
Signed-off-by: Craig Perkins <[email protected]>
1 parent 0383797 commit f8d601b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import java.nio.file.Paths
88

99
buildscript {
1010
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")
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1414
version_tokens = opensearch_version.tokenize('-')
1515
opensearch_build = version_tokens[0] + '.0'
@@ -178,7 +178,7 @@ dependencies {
178178
implementation "org.dafny:DafnyRuntime:4.10.0"
179179
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
180180
// needed by aws-encryption-sdk-java
181-
implementation "org.bouncycastle:bc-fips:2.0.0"
181+
implementation "org.bouncycastle:bc-fips:${versions.bouncycastle_jce}"
182182
api "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
183183
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
184184
implementation "org.glassfish:jakarta.json:2.0.1"

0 commit comments

Comments
 (0)