From e0bbb42ce3fa78f981767ff02dfca29dc8edfcd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 03:24:23 +0000 Subject: [PATCH] Update plugin com.github.johnrengelman.shadow to v8.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9102d95..68bc265 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "com.github.johnrengelman.shadow" version "8.0.0" + id "com.github.johnrengelman.shadow" version "8.1.0" id "net.kyori.blossom" version "1.3.1" }