From a6d24d6c4fdc975388cfff57d82cedd3002d1ce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 05:53:14 +0000 Subject: [PATCH] Update plugin com.gradleup.shadow to v9.4.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8044bd0..893d4cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { // Apply the application plugin to add support for building a CLI application in Java. id 'application' id 'com.diffplug.spotless' version '8.6.0' - id 'com.gradleup.shadow' version '9.4.1' + id 'com.gradleup.shadow' version '9.4.2' } repositories {