From 6ecc85ee8cdfd04de5c37bacce23db9475a968e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:05:19 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 8.3.3 to 9.3.1 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.3 to 9.3.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.3...9.3.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.3.1 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..fd238f08 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.3.1' id 'checkstyle' id 'maven-publish' id 'signing'