From fd00bedc835447d7cb8b279d179eac7fa833470a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:36:08 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 8.3.3 to 9.2.2 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.3 to 9.2.2. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.3...9.2.2) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- imgui-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui-app/build.gradle b/imgui-app/build.gradle index 5ed4355d..56285e32 100644 --- a/imgui-app/build.gradle +++ b/imgui-app/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id 'com.gradleup.shadow' version '8.3.3' + id 'com.gradleup.shadow' version '9.2.2' id 'checkstyle' id 'maven-publish' id 'signing'