From be7563366fa6596e2a25d2c2e84ac7f7ab699f2c Mon Sep 17 00:00:00 2001 From: "mend-for-github.aaakk.us.kg[bot]" <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:36:38 -0700 Subject: [PATCH] fix(deps): update dependency org.dafny:dafnyruntime to v4.8.0 (#866) Signed-off-by: mend-for-github.aaakk.us.kg[bot] Co-authored-by: mend-for-github.aaakk.us.kg[bot] <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee9c1ac5..b77bbd6e 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,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.2.0" + implementation "org.dafny:DafnyRuntime:4.8.0" implementation "software.amazon.smithy.dafny:conversion:0.1" implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' api "org.apache.httpcomponents.core5:httpcore5:5.3"