From 9ae3082a582e4cdceffdbd1a9d6da44fb5297daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:18:58 -0400 Subject: [PATCH] Bump com.install4j.gradle from 10.0.9 to 11.0.0.5 (#12965) Bumps com.install4j.gradle from 10.0.9 to 11.0.0.5. --- updated-dependencies: - dependency-name: com.install4j.gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- game-app/game-headed/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-app/game-headed/build.gradle b/game-app/game-headed/build.gradle index c2683aec549..4d623dd5cc4 100644 --- a/game-app/game-headed/build.gradle +++ b/game-app/game-headed/build.gradle @@ -1,7 +1,7 @@ plugins { id "application" id "com.github.johnrengelman.shadow" version "7.1.2" - id "com.install4j.gradle" version "10.0.9" + id "com.install4j.gradle" version "11.0.0.5" id "de.undercouch.download" version "5.6.0" }