From f245b0f52ea47786392f0059530d1fa000e03eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:12:36 +0000 Subject: [PATCH] Bump org.openjfx.javafxplugin from 0.0.14 to 0.1.0 Bumps org.openjfx.javafxplugin from 0.0.14 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ba7f921e8b..52bbcfa0dcc 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ plugins { id 'edu.sc.seis.launch4j' version '3.0.4' // Creates launch4j id 'com.github.ben-manes.versions' version '0.47.0' // Checks versions for plugins and dependencies id "com.dorongold.task-tree" version '2.1.1' // Prints the task dependency tree - id 'org.openjfx.javafxplugin' version '0.0.14' // JavaFX support + id 'org.openjfx.javafxplugin' version '0.1.0' // JavaFX support id 'org.beryx.runtime' version '1.13.0' // Creates custom runtimes }