diff --git a/settings.gradle b/settings.gradle index 635215551a..d7c2ff4533 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,8 +7,8 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.12.6' - id "io.spring.ge.conventions" version "0.0.16" + id 'com.gradle.enterprise' version '3.17.2' + id 'io.spring.ge.conventions' version '0.0.17' } rootProject.name = 'spring-kafka-dist'