Skip to content

Commit 4747f14

Browse files
Gradle: Bump awaitility-kotlin from 4.1.1 to 4.2.0
Bumps [awaitility-kotlin](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/awaitility/awaitility/releases) - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.1.1...awaitility-4.2.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51059c8 commit 4747f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ subprojects {
200200
testImplementation(platform("org.junit:junit-bom:5.8.2"))
201201
testImplementation("org.junit.jupiter:junit-jupiter")
202202
testImplementation("io.mockk:mockk:1.12.3")
203-
testImplementation("org.awaitility:awaitility-kotlin:4.1.1")
203+
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
204204

205205
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {
206206
// Drop legacy Junit < 5

0 commit comments

Comments
 (0)