From 6f7a33522a7e861f16107160c88d68eea9c338d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 04:15:27 +0800 Subject: [PATCH] Bump org.openjfx.javafxplugin from 0.0.13 to 0.1.0 (#84) Bumps org.openjfx.javafxplugin from 0.0.13 to 0.1.0. --- updated-dependencies: - dependency-name: org.openjfx.javafxplugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 49080c8..be57778 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'maven-publish' id 'signing' - id 'org.openjfx.javafxplugin' version '0.0.13' + id 'org.openjfx.javafxplugin' version '0.1.0' id 'org.hibernate.build.maven-repo-auth' version '3.0.3' id 'org.javamodularity.moduleplugin' version '1.8.15' id 'io.codearte.nexus-staging' version '0.30.0'