From 2fceacae0cc1bfd6f8385f1a1ebc9d894e678926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:29:47 +0000 Subject: [PATCH 1/2] Bump com.github.johnrengelman.shadow from 5.0.0 to 8.1.1 Bumps com.github.johnrengelman.shadow from 5.0.0 to 8.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13a2331..3090cbf 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-gradle-plugin' id 'maven-publish' // used for publishing to local maven repository id 'com.gradle.plugin-publish' version '0.12.0' - id 'com.github.johnrengelman.shadow' version '5.0.0' + id 'com.github.johnrengelman.shadow' version '8.1.1' id 'com.github.ben-manes.versions' version '0.51.0' } From 4d6035f84bba3fe73a15186aa77c6dcc57f8f835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:10:00 +0000 Subject: [PATCH 2/2] Bump com.github.johnrengelman.shadow from 5.0.0 to 8.1.1 Bumps com.github.johnrengelman.shadow from 5.0.0 to 8.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ad28be..21b9af9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-gradle-plugin' id 'maven-publish' // used for publishing to local maven repository id 'com.gradle.plugin-publish' version '1.2.1' - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '8.1.1' id 'com.github.ben-manes.versions' version '0.51.0' }