From a47b4033aed820062b771e15d624ab3923e59a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:52:31 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 9.4.0 to 9.5.1 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.4.0 to 9.5.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.0...9.5.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 815908a731..692b42da3d 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -7,7 +7,7 @@ buildscript { plugins { id 'application' id 'com.google.cloud.tools.jib' version '3.5.0' - id 'com.gradleup.shadow' version '9.4.0' + id 'com.gradleup.shadow' version '9.5.1' id 'database-settings' }