Skip to content

Commit d22680b

Browse files
Bump SQL main to version 3.0.0.0-beta1 (#3489)
--------- Signed-off-by: Peter Zhu <[email protected]>
1 parent ec2e354 commit d22680b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
11-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
11+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
1212
version_tokens = opensearch_version.tokenize('-')
1313
opensearch_build = version_tokens[0] + '.0'
1414
prometheus_binary_version = "2.37.2"

datasources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation ('com.amazonaws:aws-encryption-sdk-java:2.4.1') {
2727
exclude group: 'org.bouncycastle', module: 'bcprov-ext-jdk18on'
2828
}
29-
implementation "org.bouncycastle:bcprov-jdk18on:1.78"
29+
implementation "org.bouncycastle:bc-fips:${versions.bouncycastle_jce}"
3030
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
3131

3232
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

0 commit comments

Comments
 (0)