From 1e255b0cf7161465a35026196eb40fcd25e8d8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:47:12 +0000 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.21.0 to 0.51.0 Bumps com.github.ben-manes.versions from 0.21.0 to 0.51.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 239c56a..766be6a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'maven-publish' // used for publishing to local maven repository id 'com.gradle.plugin-publish' version '0.12.0' id 'com.github.johnrengelman.shadow' version '5.0.0' - id 'com.github.ben-manes.versions' version '0.21.0' + id 'com.github.ben-manes.versions' version '0.51.0' } buildScan {