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 4379084 commit 64b356bCopy full SHA for 64b356b
build.gradle
@@ -67,7 +67,7 @@ ext {
67
mockitoVersion = '5.12.0'
68
reactorVersion = '2024.0.0-M5'
69
scalaVersion = '2.13'
70
- springBootVersion = '3.3.2' // docs module
+ springBootVersion = '3.3.3' // docs module
71
springDataVersion = '2024.0.3'
72
springRetryVersion = '2.0.8'
73
springVersion = '6.2.0-M7'
settings.gradle
@@ -7,7 +7,7 @@ pluginManagement {
7
8
plugins {
9
id 'com.gradle.develocity' version '3.17.6'
10
- id 'io.spring.develocity.conventions' version '0.0.19'
+ id 'io.spring.develocity.conventions' version '0.0.20'
11
}
12
13
rootProject.name = 'spring-kafka-dist'
0 commit comments