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 26a240c commit dfdc1faCopy full SHA for dfdc1fa
instrumentation/spring/spring-kafka-2.7/javaagent/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation(project(":instrumentation:spring:spring-kafka-2.7:library"))
24
25
if (latestDepTest) {
26
- library("org.springframework.boot:spring-boot-starter-kafka:4.0.0")
+ library("org.springframework.boot:spring-boot-starter-kafka:latest.release")
27
} else {
28
library("org.springframework.kafka:spring-kafka:2.7.0")
29
}
0 commit comments