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 a1532c8 commit 7859ed4Copy full SHA for 7859ed4
build.gradle
@@ -61,7 +61,7 @@ ext {
61
kafkaVersion = '3.7.1'
62
kotlinCoroutinesVersion = '1.8.1'
63
log4jVersion = '2.23.1'
64
- micrometerDocsVersion = '1.0.3'
+ micrometerDocsVersion = '1.0.4'
65
micrometerVersion = '1.13.4'
66
micrometerTracingVersion = '1.3.3'
67
mockitoVersion = '5.10.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