diff --git a/settings.gradle b/settings.gradle index 7b38f766..6356169a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -36,8 +36,8 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.3" - id "io.spring.ge.conventions" version "0.0.17" + id "com.gradle.develocity" version "3.19.2" + id "io.spring.develocity.conventions" version "0.0.22" } rootProject.name="spring-aot-smoke-tests"