From e094fe28bde431a683797c5df497d4337a248f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:01:23 +0000 Subject: [PATCH] chore(deps): update plugin com.github.johnrengelman.shadow to v8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b710184..acf36da 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '8.1.0' id 'kr.entree.spigradle' version '2.4.3' id 'io.freefair.lombok' version '6.6.1' id 'java'