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.
2 parents 51059c8 + 4747f14 commit a0c68f1Copy full SHA for a0c68f1
build.gradle.kts
@@ -200,7 +200,7 @@ subprojects {
200
testImplementation(platform("org.junit:junit-bom:5.8.2"))
201
testImplementation("org.junit.jupiter:junit-jupiter")
202
testImplementation("io.mockk:mockk:1.12.3")
203
- testImplementation("org.awaitility:awaitility-kotlin:4.1.1")
+ testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
204
205
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {
206
// Drop legacy Junit < 5
0 commit comments