From 1e0d650ad7e05ff9f7f88188e290a6d6fdb4f881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:22:28 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 9.4.2 to 9.6.1 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.4.2 to 9.6.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.2...9.6.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7b502f7..daef6c93 100644 --- a/imgui-app/build.gradle +++ b/imgui-app/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id 'com.gradleup.shadow' version '9.4.2' + id 'com.gradleup.shadow' version '9.6.1' id 'checkstyle' id 'maven-publish' id 'signing'