We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c7503 commit 37d259cCopy full SHA for 37d259c
build.gradle
@@ -692,7 +692,7 @@ dependencies {
692
testImplementation 'commons-validator:commons-validator:1.9.0'
693
testImplementation 'org.springframework.kafka:spring-kafka-test:3.3.4'
694
testImplementation "org.springframework:spring-beans:${spring_version}"
695
- testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
696
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
697
testImplementation('org.awaitility:awaitility:4.3.0') {
698
exclude(group: 'org.hamcrest', module: 'hamcrest')
0 commit comments