From a77a2c2346c54928a687d29ce1cc7b082111f6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:54:43 +0000 Subject: [PATCH] Bump com.install4j.gradle from 10.0.9 to 11.0 Bumps com.install4j.gradle from 10.0.9 to 11.0. --- updated-dependencies: - dependency-name: com.install4j.gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 c2683aec54..13a876d3a3 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" id "de.undercouch.download" version "5.6.0" }