From 379c9cb3b64a3355f37921978674a1c8fc869a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:44:34 +0000 Subject: [PATCH] chore(deps): update plugin com.github.johnrengelman.shadow to v7 --- intentional/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intentional/build.gradle b/intentional/build.gradle index 919a426a..47a9e677 100644 --- a/intentional/build.gradle +++ b/intentional/build.gradle @@ -4,7 +4,7 @@ plugins { id 'antlr' id 'org.jetbrains.kotlin.jvm' version '2.0.21' id 'org.gretty' version '3.1.5' - id 'com.github.johnrengelman.shadow' version '6.1.0' + id 'com.github.johnrengelman.shadow' version '7.1.2' } gretty { // Add these lines