diff --git a/settings.gradle b/settings.gradle index 19466f8aa2..d7c2ff4533 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,8 +7,8 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.16.2' - 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'