From 45264d086b817b7fa07d59469c4ab63a3edd8776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:20:09 -0700 Subject: [PATCH] deps: bump com.gradleup.shadow from 8.3.3 to 8.3.5 (#215) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.3 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.3...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d90fb15..da95db4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ import java.text.SimpleDateFormat plugins { id 'checkstyle' id "com.github.spotbugs" version "6.0.26" - id 'com.gradleup.shadow' version '8.3.3' + id 'com.gradleup.shadow' version '8.3.5' id 'java' }