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 d28bd5a commit f945c18Copy full SHA for f945c18
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation("org.testcontainers:testcontainers:1.20.2")
51
testImplementation("org.testcontainers:kafka:1.20.2")
52
testImplementation("org.mockito:mockito-junit-jupiter:5.14.1")
53
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
54
testImplementation("io.projectreactor:reactor-test")
55
56
testAnnotationProcessor("org.projectlombok:lombok")
0 commit comments