From 112b80416742fb00dfc0f1a1f42fe12b4eb932ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:38:14 -0400 Subject: [PATCH] Bump com.install4j.gradle from 11.0.0.5 to 11.0.1 (#12974) Bumps com.install4j.gradle from 11.0.0.5 to 11.0.1. --- updated-dependencies: - dependency-name: com.install4j.gradle dependency-type: direct:production update-type: version-update:semver-patch ... 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 4d623dd5cc4..888022049fb 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 "11.0.0.5" + id "com.install4j.gradle" version "11.0.1" id "de.undercouch.download" version "5.6.0" }