From 8e9d56a4bf0a5408a1a985f7a5161189ce3e1d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 13:30:13 +0000 Subject: [PATCH] Bump org.openjfx.javafxplugin from 0.0.10 to 0.0.13 Bumps org.openjfx.javafxplugin from 0.0.10 to 0.0.13. --- updated-dependencies: - dependency-name: org.openjfx.javafxplugin 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 a155c4a0..e91c8dd6 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'java' id 'java-library' id 'application' - id 'org.openjfx.javafxplugin' version '0.0.10' + id 'org.openjfx.javafxplugin' version '0.0.13' id 'org.beryx.jlink' version '2.24.0' id "org.sonarqube" version "3.3" }