File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ buildscript {
11
11
ext {
12
12
opensearch_group = " org.opensearch"
13
13
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
14
- opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-alpha1 -SNAPSHOT" )
15
- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
14
+ opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-beta1 -SNAPSHOT" )
15
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " beta1 " )
16
16
asm_version = " 9.7"
17
17
18
18
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ dependencies {
73
73
implementation (' com.amazonaws:aws-encryption-sdk-java:2.4.1' ) {
74
74
exclude group : ' org.bouncycastle' , module : ' bcprov-ext-jdk18on'
75
75
}
76
- implementation ' org.bouncycastle:bcprov-jdk18on:1.78.1'
77
76
78
77
compileOnly group : ' software.amazon.awssdk' , name : ' aws-core' , version : " 2.30.18"
79
78
compileOnly group : ' software.amazon.awssdk' , name : ' s3' , version : " 2.30.18"
You can’t perform that action at this time.
0 commit comments