From 4086d773375aa16856c704b32726db5c33bcf27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:10:22 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 8.3.3 to 9.1.0 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.3 to 9.1.0. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.3...9.1.0) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.1.0 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..0f46432c 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.1.0' id 'checkstyle' id 'maven-publish' id 'signing'