Skip to content

Commit dfdc1fa

Browse files
authored
Update instrumentation/spring/spring-kafka-2.7/javaagent/build.gradle.kts
1 parent 26a240c commit dfdc1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-kafka-2.7/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation(project(":instrumentation:spring:spring-kafka-2.7:library"))
2424

2525
if (latestDepTest) {
26-
library("org.springframework.boot:spring-boot-starter-kafka:4.0.0")
26+
library("org.springframework.boot:spring-boot-starter-kafka:latest.release")
2727
} else {
2828
library("org.springframework.kafka:spring-kafka:2.7.0")
2929
}

0 commit comments

Comments
 (0)