From 9b8f12fee685cb5468fc793fd6df0f3e83514fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:16:03 -0400 Subject: [PATCH] Bump com.install4j.gradle from 10.0.8 to 10.0.9 (#12850) Bumps com.install4j.gradle from 10.0.8 to 10.0.9. --- 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 8f9f8f96f9..c2683aec54 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.8" + id "com.install4j.gradle" version "10.0.9" id "de.undercouch.download" version "5.6.0" }