From 7ce6484e764eda5b9146d5aede6261be49c3053c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:21:31 +0000 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f787faf3..e6315125 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.2.1' id 'com.github.ethankhall.semantic-versioning' version '1.1.0' - id 'com.github.ben-manes.versions' version '0.48.0' + id 'com.github.ben-manes.versions' version '0.49.0' id 'com.github.hierynomus.license' version '0.16.1' id 'org.asciidoctor.jvm.convert' version '3.3.2' id 'org.ajoberstar.git-publish' version '4.2.0'