diff --git a/settings.gradle b/settings.gradle index 3bcf853b..f067fd84 100644 --- a/settings.gradle +++ b/settings.gradle @@ -32,8 +32,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.15.1" - id "io.spring.ge.conventions" version "0.0.15" + id "com.gradle.enterprise" version "3.16.2" + id "io.spring.ge.conventions" version "0.0.16" } rootProject.name="spring-aot-smoke-tests"