Fix spring kafka latest dep tests (#6339)
This commit is contained in:
parent
57c9072df3
commit
8be51b3dde
|
@ -14,7 +14,7 @@ dependencies {
|
|||
testImplementation(project(":instrumentation:kafka:kafka-clients:kafka-clients-2.6:library"))
|
||||
|
||||
// 2.7.0 has a bug that makes decorating a Kafka Producer impossible
|
||||
testImplementation("org.springframework.kafka:spring-kafka:2.7.1")
|
||||
testLibrary("org.springframework.kafka:spring-kafka:2.7.1")
|
||||
|
||||
testLibrary("org.springframework.boot:spring-boot-starter-test:2.5.3")
|
||||
testLibrary("org.springframework.boot:spring-boot-starter:2.5.3")
|
||||
|
|
Loading…
Reference in New Issue