From 11a148547965b4986dad4363884006668cfdb9f8 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:00:03 -0700 Subject: [PATCH] fix(deps): update dependency software.amazon.smithy.dafny:conversion to v0.1.1 (#909) 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba4515da..87770632 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"