diff --git a/settings.gradle b/settings.gradle index 0f97d1fcaa8..6913d57d47d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,13 +1,13 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url "https://repo.spring.io/plugins-release" } + maven { url "https://repo.spring.io/release" } } } plugins { - id "com.gradle.enterprise" version "3.7.2" - id "io.spring.ge.conventions" version "0.0.7" + id "com.gradle.enterprise" version "3.8.1" + id "io.spring.ge.conventions" version "0.0.9" } include "spring-aop"