From f442c19c077119fafe35c9e60660d025cb9385e9 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:32:07 -0800 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.80 (#993) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: Owais Kazi --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5e34873c..88a4a237 100644 --- a/build.gradle +++ b/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.8.0" implementation "org.dafny:DafnyRuntime:4.9.0" implementation "software.amazon.smithy.dafny:conversion:0.1.1" - implementation 'org.bouncycastle:bcprov-jdk18on:1.79' + implementation 'org.bouncycastle:bcprov-jdk18on:1.80' api "org.apache.httpcomponents.core5:httpcore5:5.3.2" implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1" implementation "org.glassfish:jakarta.json:2.0.1"