We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6465 commit e03b399Copy full SHA for e03b399
build.gradle
@@ -67,7 +67,7 @@ ext {
67
mockitoVersion = '5.6.0'
68
reactorVersion = '2023.0.4'
69
scalaVersion = '2.13'
70
- springBootVersion = '3.2.2' // docs module
+ springBootVersion = '3.2.3' // docs module
71
springDataVersion = '2023.1.3'
72
springRetryVersion = '2.0.5'
73
springVersion = '6.1.5'
settings.gradle
@@ -8,7 +8,7 @@ pluginManagement {
8
9
plugins {
10
id 'com.gradle.enterprise' version '3.12.6'
11
- id "io.spring.ge.conventions" version "0.0.14"
+ id "io.spring.ge.conventions" version "0.0.15"
12
}
13
14
rootProject.name = 'spring-kafka-dist'
0 commit comments