Skip to content

Commit a52808d

Browse files
GH-28 Update dependency org.awaitility:awaitility to v4.2.2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 481ec01 commit a52808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
88
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
99
testImplementation("org.assertj:assertj-core:3.26.3")
10-
testImplementation("org.awaitility:awaitility:4.2.1")
10+
testImplementation("org.awaitility:awaitility:4.2.2")
1111
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
1212
}
1313

0 commit comments

Comments
 (0)