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 4c23eed commit c875648Copy full SHA for c875648
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation("org.testcontainers:junit-jupiter")
50
testImplementation("org.testcontainers:testcontainers")
51
testImplementation("org.testcontainers:kafka")
52
- testImplementation("org.mockito:mockito-junit-jupiter:5.9.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.10.0")
53
testImplementation("io.projectreactor:reactor-test")
54
55
testAnnotationProcessor("org.projectlombok:lombok")
0 commit comments