From 74fdfe5fe4c0f6a30e8277f9783e59e3ae2e5046 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, 9 Oct 2024 17:01:36 +0000 Subject: [PATCH] fix(deps): update dependency software.amazon.smithy.dafny:conversion to v0.1.1 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e5bc757b..8eb0fded 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ dependencies { implementation "com.amazonaws:aws-encryption-sdk-java:3.0.1" implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.7.0" implementation "org.dafny:DafnyRuntime:4.8.1" - implementation "software.amazon.smithy.dafny:conversion:0.1" + implementation "software.amazon.smithy.dafny:conversion:0.1.1" implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' api "org.apache.httpcomponents.core5:httpcore5:5.3" implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"