Skip to content

Commit 0383797

Browse files
committed
Hardcode version
Signed-off-by: Craig Perkins <[email protected]>
1 parent 323ede9 commit 0383797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ dependencies {
178178
implementation "org.dafny:DafnyRuntime:4.10.0"
179179
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
180180
// needed by aws-encryption-sdk-java
181-
implementation "org.bouncycastle:bc-fips:${versions.bouncycastle_jce}"
181+
implementation "org.bouncycastle:bc-fips:2.0.0"
182182
api "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
183183
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
184184
implementation "org.glassfish:jakarta.json:2.0.1"

0 commit comments

Comments
 (0)