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 69916f4 commit 6cfe209Copy full SHA for 6cfe209
build.gradle
@@ -772,7 +772,7 @@ dependencies {
772
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2"
773
testImplementation "org.springframework:spring-beans:${spring_version}"
774
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
775
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
776
testImplementation('org.awaitility:awaitility:4.3.0') {
777
exclude(group: 'org.hamcrest', module: 'hamcrest')
778
}
0 commit comments