From a6f6285bac9f7bba7083e2b2e1b3833537046e25 Mon Sep 17 00:00:00 2001 From: Devon Hillard Date: Thu, 13 Aug 2026 19:44:23 -0600 Subject: [PATCH] chore: bump ben-manes versions plugin to 0.61.0 and switch to io.github id The com.github.ben-manes.versions plugin id is deprecated in favor of io.github.ben-manes.versions. Bump to 0.61.0 and adopt the new id, which clears the configuration-time deprecation warning. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6db0aa..4b9aa97 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '4.1.0' id 'io.spring.dependency-management' version '1.1.7' - id 'com.github.ben-manes.versions' version '0.60.0' + id 'io.github.ben-manes.versions' version '0.61.0' id 'java-library' id 'maven-publish' id 'signing'