We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323ede9 commit 0383797Copy full SHA for 0383797
build.gradle
@@ -178,7 +178,7 @@ dependencies {
178
implementation "org.dafny:DafnyRuntime:4.10.0"
179
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
180
// needed by aws-encryption-sdk-java
181
- implementation "org.bouncycastle:bc-fips:${versions.bouncycastle_jce}"
+ implementation "org.bouncycastle:bc-fips:2.0.0"
182
api "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
183
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
184
implementation "org.glassfish:jakarta.json:2.0.1"
0 commit comments