From b95c1485e073dd02446fc9769a48123512c85c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:45:56 +0000 Subject: [PATCH] chore(deps): update plugin com.gradleup.shadow to v9.3.2 --- howto-dapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto-dapp/build.gradle b/howto-dapp/build.gradle index b057c56b..162c29f9 100644 --- a/howto-dapp/build.gradle +++ b/howto-dapp/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.gradleup.shadow' version '9.3.1' + id 'com.gradleup.shadow' version '9.3.2' id 'org.jetbrains.kotlin.jvm' version '2.3.0' }