diff --git a/settings.gradle b/settings.gradle index 282468ae..961fe423 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,8 +7,8 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.12.3' - id "io.spring.ge.conventions" version "0.0.13" + id 'com.gradle.enterprise' version '3.12.6' + id "io.spring.ge.conventions" version "0.0.14" } rootProject.name = 'spring-kafka-dist'