From 38d3f412f362ee5c03f374393f7dba609413b514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:24:36 +0000 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.51.0 to 0.52.0 Bumps com.github.ben-manes.versions from 0.51.0 to 0.52.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c1982259..3dcf505b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '8.1.1' id 'com.gradle.plugin-publish' version '1.3.0' id 'com.github.ethankhall.semantic-versioning' version '1.1.0' - id 'com.github.ben-manes.versions' version '0.51.0' + id 'com.github.ben-manes.versions' version '0.52.0' id 'com.github.hierynomus.license' version '0.16.1' id 'org.asciidoctor.jvm.convert' version '4.0.4' id 'org.ajoberstar.git-publish' version '4.2.2'