From 33f1c9b6140d6e1a9d8e99d44893931a31200e19 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 19 Jan 2023 11:34:05 +0100 Subject: [PATCH] Upgrade Gradle Enterprise & Conventions plugins This is required to adapt to the repo.spring.io permission changes. --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index da445d6c54..4396393ba1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,8 +7,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.11.1" - id "io.spring.ge.conventions" version "0.0.11" + id "com.gradle.enterprise" version "3.12.1" + id "io.spring.ge.conventions" version "0.0.13" } include "spring-aop"