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 558d442 commit 1f6125eCopy full SHA for 1f6125e
buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
8
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
9
testImplementation("org.assertj:assertj-core:3.27.3")
10
- testImplementation("org.awaitility:awaitility:4.2.2")
+ testImplementation("org.awaitility:awaitility:4.3.0")
11
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
12
}
13
0 commit comments