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 23ff63b commit 9fd3ed2Copy full SHA for 9fd3ed2
build.gradle
@@ -61,7 +61,7 @@ ext {
61
kafkaVersion = '3.8.0'
62
kotlinCoroutinesVersion = '1.8.1'
63
log4jVersion = '2.23.1'
64
- micrometerDocsVersion = '1.0.3'
+ micrometerDocsVersion = '1.0.4'
65
micrometerVersion = '1.14.0-SNAPSHOT'
66
micrometerTracingVersion = '1.4.0-SNAPSHOT'
67
mockitoVersion = '5.12.0'
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.20'
+ id 'io.spring.develocity.conventions' version '0.0.21'
11
}
12
13
rootProject.name = 'spring-kafka-dist'
0 commit comments