From 059c99944caab836a8778f36213b1a15b0f11b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:13:09 +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..66508898 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.1' } repositories {