From 996b337f37234ce9e8fcee89f6f0b4e29e5f3c4f Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:09:30 +0200 Subject: [PATCH] Upgrade to io.spring.develocity.conventions 0.0.25 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 496091ee58b..052b11485e8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "io.spring.develocity.conventions" version "0.0.22" + id "io.spring.develocity.conventions" version "0.0.25" } include "spring-aop"