From 5780166526ee773bdacc8386d591297c048c629a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:01:23 +0000 Subject: [PATCH] Bump org.javamodularity.moduleplugin from 1.8.11 to 1.8.12 Bumps org.javamodularity.moduleplugin from 1.8.11 to 1.8.12. --- updated-dependencies: - dependency-name: org.javamodularity.moduleplugin 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 0fc50f10ed7..956f10758f3 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { id 'me.champeau.gradle.jmh' version '0.5.3' - id 'org.javamodularity.moduleplugin' version '1.8.11' + id 'org.javamodularity.moduleplugin' version '1.8.12' id 'org.openjfx.javafxplugin' version '0.0.13'