Skip to content

Commit

Permalink
GH-13 Update dependency org.awaitility:awaitility to v4.2.1 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 939f8e4 commit b6c74e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("org.awaitility:awaitility:4.2.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
}

Expand Down

0 comments on commit b6c74e9

Please sign in to comment.