We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2d82 commit b752478Copy full SHA for b752478
ml-algorithms/build.gradle
@@ -82,7 +82,7 @@ dependencies {
82
exclude group: 'org.bouncycastle', module: 'bcprov-ext-jdk18on'
83
}
84
// needed by aws-encryption-sdk-java
85
- implementation "org.bouncycastle:bc-fips:2.1.1"
+ implementation "org.bouncycastle:bc-fips:2.1.2"
86
compileOnly group: 'software.amazon.awssdk', name: 'aws-core', version: "2.32.29"
87
compileOnly group: 'software.amazon.awssdk', name: 's3', version: "2.32.29"
88
compileOnly group: 'software.amazon.awssdk', name: 'regions', version: "2.32.29"
0 commit comments