File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
buildscript {
8
8
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" )
10
10
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
11
- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
11
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " beta1 " )
12
12
version_tokens = opensearch_version. tokenize(' -' )
13
13
opensearch_build = version_tokens[0 ] + ' .0'
14
14
prometheus_binary_version = " 2.37.2"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
implementation (' com.amazonaws:aws-encryption-sdk-java:2.4.1' ) {
27
27
exclude group : ' org.bouncycastle' , module : ' bcprov-ext-jdk18on'
28
28
}
29
- implementation " org.bouncycastle:bcprov-jdk18on:1.78 "
29
+ implementation " org.bouncycastle:bc-fips: ${ versions.bouncycastle_jce } "
30
30
implementation group : ' commons-validator' , name : ' commons-validator' , version : ' 1.7'
31
31
32
32
testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
You can’t perform that action at this time.
0 commit comments