We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9f4c8 commit ea6b6ceCopy full SHA for ea6b6ce
datasources/build.gradle
@@ -26,8 +26,7 @@ dependencies {
26
implementation ('com.amazonaws:aws-encryption-sdk-java:2.4.1') {
27
exclude group: 'org.bouncycastle', module: 'bcprov-ext-jdk18on'
28
}
29
- // Use OpenSearch bouncycastle version. https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/version.properties
30
- implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}"
+ implementation "org.bouncycastle:bcprov-jdk18on:1.78"
31
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
32
33
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
0 commit comments