We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cfc73 commit a7e296aCopy full SHA for a7e296a
build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
61
testImplementation("org.mockito:mockito-core:4.11.0")
62
testImplementation("org.mockito:mockito-inline:4.11.0")
63
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
64
- testImplementation("org.testcontainers:testcontainers:1.20.1")
+ testImplementation("org.testcontainers:testcontainers:1.20.2")
65
testImplementation("org.assertj:assertj-core:3.26.3")
66
}
67
0 commit comments