Skip to content

Commit ea6b6ce

Browse files
authored
Set bouncycastle version inline (#3469)
Signed-off-by: Craig Perkins <[email protected]>
1 parent fb9f4c8 commit ea6b6ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datasources/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +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-
// Use OpenSearch bouncycastle version. https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/version.properties
30-
implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}"
29+
implementation "org.bouncycastle:bcprov-jdk18on:1.78"
3130
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
3231

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

0 commit comments

Comments
 (0)