From 4d84a2db754b0049c24728be6ea43d576052b386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:27:11 +0000 Subject: [PATCH] Update plugin com.github.johnrengelman.shadow to v8 --- cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.gradle b/cli/build.gradle index 27f33362..cee05810 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -1,6 +1,6 @@ plugins { id 'groovy' - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '8.1.0' } repositories {