From 276938e50dea61f33f0e59ec51185a16a06c99c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 May 2025 08:53:58 +0100 Subject: [PATCH] Upgrade Develocity plugins --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index e37c05b0..01fa0494 100644 --- a/settings.gradle +++ b/settings.gradle @@ -57,8 +57,8 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.3" - id "io.spring.ge.conventions" version "0.0.17" + id "com.gradle.develocity" version "3.19.2" + id "io.spring.develocity.conventions" version "0.0.22" } rootProject.name="spring-aot-smoke-tests"