From 1d07f3f6538d0b55f383e9ff8674473dbe8241ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:18:16 +0000 Subject: [PATCH] Bump com.install4j:install4j-runtime from 11.0.1 to 11.0.2 Bumps com.install4j:install4j-runtime from 11.0.1 to 11.0.2. --- updated-dependencies: - dependency-name: com.install4j:install4j-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2dd7fb5bca..3f5fd29da9 100644 --- a/build.gradle +++ b/build.gradle @@ -281,7 +281,7 @@ dependencies { implementation("org.javassist:javassist:3.30.2-GA") implementation("io.github.sheikah45.fx2j:fx2j-api:0.1.0") - implementation("com.install4j:install4j-runtime:11.0.1") + implementation("com.install4j:install4j-runtime:11.0.2") testImplementation("org.instancio:instancio-junit:5.2.1") testImplementation("com.squareup.okhttp3:okhttp:4.12.0")