diff --git a/build.gradle b/build.gradle index 332c624786..c7a3ecea44 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { mockitoVersion = '5.6.0' reactorVersion = '2023.0.3' scalaVersion = '2.13' - springBootVersion = '3.2.2' // docs module + springBootVersion = '3.2.3' // docs module springDataVersion = '2023.1.3' springRetryVersion = '2.0.5' springVersion = '6.1.4' diff --git a/settings.gradle b/settings.gradle index 961fe423e2..63e6002d78 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { id 'com.gradle.enterprise' version '3.12.6' - id "io.spring.ge.conventions" version "0.0.14" + id "io.spring.ge.conventions" version "0.0.15" } rootProject.name = 'spring-kafka-dist'