File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77buildscript {
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"
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments