From e7c77f3b35e65c1e608ef03653478ce4116e567b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:04:16 +0000 Subject: [PATCH] Bump com.github.ben-manes.versions from 0.51.0 to 0.53.0 Bumps com.github.ben-manes.versions from 0.51.0 to 0.53.0. --- updated-dependencies: - dependency-name: com.github.ben-manes.versions dependency-version: 0.53.0 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 b590fbe..88fe424 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 '1.2.1' id 'com.gradleup.shadow' version '9.2.2' - id 'com.github.ben-manes.versions' version '0.51.0' + id 'com.github.ben-manes.versions' version '0.53.0' } develocity {