Skip to content

Commit 0a19823

Browse files
authored
Get bouncycastle dependency version from catalog (#1078)
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent 7beb175 commit 0a19823

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
@@ -177,7 +177,7 @@ dependencies {
177177
implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.9.0"
178178
implementation "org.dafny:DafnyRuntime:4.10.0"
179179
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
180-
implementation 'org.bouncycastle:bcprov-jdk18on:1.80'
180+
implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}"
181181
api "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
182182
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
183183
implementation "org.glassfish:jakarta.json:2.0.1"

0 commit comments

Comments
 (0)