We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d4499 commit e40b01fCopy full SHA for e40b01f
build.gradle
@@ -95,7 +95,7 @@ dependencies {
95
}
96
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
97
98
- testImplementation(platform("org.junit:junit-bom:5.10.1"))
+ testImplementation(platform("org.junit:junit-bom:5.10.2"))
99
testImplementation("org.junit.jupiter:junit-jupiter")
100
101
//mock - test
0 commit comments