From 2519f92076e6227be718aade0b3454cb2f4e70fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 18:36:41 +0000 Subject: [PATCH] fix(deps): update dependency org.dafny:dafnyruntime to v4.9.0 (#949) 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> (cherry picked from commit ba4b5898449a305a6277c4343ec1028933a97252) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2ad2b42..56ac91ca 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ dependencies { implementation "org.opensearch:common-utils:${common_utils_version}" 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 "org.dafny:DafnyRuntime:4.9.0" implementation "software.amazon.smithy.dafny:conversion:0.1.1" implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"