diff --git a/settings.gradle b/settings.gradle index d39a2ed2..5f1c601d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.12.6" - id "io.spring.ge.conventions" version "0.0.13" + id "com.gradle.enterprise" version "3.15.1" + id "io.spring.ge.conventions" version "0.0.15" } rootProject.name="spring-aot-smoke-tests"