Skip to content

Commit a0c68f1

Browse files
Merge pull request #230 from Cosmo-Tech/dependabot/gradle/org.awaitility-awaitility-kotlin-4.2.0
2 parents 51059c8 + 4747f14 commit a0c68f1

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)