From 3cc3e166d7375e873e273f03691a2b5be83311ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:59:02 +0100 Subject: [PATCH] Bump org.openjfx.javafxplugin from 0.0.11 to 0.0.12 (#8518) Bumps org.openjfx.javafxplugin from 0.0.11 to 0.0.12. --- updated-dependencies: - dependency-name: org.openjfx.javafxplugin 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 61e49cc76cb..df930f3d111 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { id 'org.javamodularity.moduleplugin' version '1.8.10' - id 'org.openjfx.javafxplugin' version '0.0.11' + id 'org.openjfx.javafxplugin' version '0.0.12' id 'org.beryx.jlink' version '2.24.4'