From 305ab519270f56f953a7b719f79797a1a18eb83c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Jul 2024 11:42:34 +0100 Subject: [PATCH] Upgrade to latest Develocity plugins Closes gh-41344 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index c0385115cb4..73064f4f769 100644 --- a/settings.gradle +++ b/settings.gradle @@ -19,8 +19,8 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.2" - id "io.spring.ge.conventions" version "0.0.17" + id "com.gradle.develocity" version "3.17.5" + id "io.spring.develocity.conventions" version "0.0.19" } rootProject.name="spring-boot-build"