From a1f88b9f7c59b3d48e63fbcb5720a357dbc9a6e8 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 1 Oct 2024 15:50:48 -0600 Subject: [PATCH] Update to Spring Gradle Enterprise Conventions 0.0.17 Closes gh-928 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index d2279ea4..ba6e88fb 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,8 +9,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.2" - id "io.spring.ge.conventions" version "0.0.15" + id "com.gradle.enterprise" version "3.17.2" + id "io.spring.ge.conventions" version "0.0.17" } dependencyResolutionManagement {