From b78c10a8644b06c99d600e13ca5908d2fea336d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:33:19 +1300 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#6977) Bumps com.github.ben-manes.versions from 0.48.0 to 0.49.0. --- updated-dependencies: - dependency-name: com.github.ben-manes.versions 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 bb25b44a0d5..4453f5ca07d 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ plugins { id 'idea' // For IntelliJ IDEA users id "de.undercouch.download" version '5.5.0' // Shows download percentage id 'edu.sc.seis.launch4j' version '3.0.5' // Creates launch4j - id 'com.github.ben-manes.versions' version '0.48.0' // Checks versions for plugins and dependencies + id 'com.github.ben-manes.versions' version '0.49.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.1.0' // JavaFX support id 'org.beryx.runtime' version '1.13.0' // Creates custom runtimes