From 9e1df05d627f819cf31f5b782e70ecfa22cd3c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:51:55 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 9.4.1 to 9.4.2 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.4.1 to 9.4.2. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.1...9.4.2) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 726f0c09..e7b502f7 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.1' + id 'com.gradleup.shadow' version '9.4.2' id 'checkstyle' id 'maven-publish' id 'signing'