Skip to content

Commit 5103287

Browse files
Update junit-framework monorepo to v5.14.0
1 parent b81976d commit 5103287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coroutines/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repositories {
88
}
99

1010
dependencies {
11-
testImplementation(platform("org.junit:junit-bom:5.10.3"))
12-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
11+
testImplementation(platform("org.junit:junit-bom:5.14.0"))
12+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
1313
}
1414

1515
tasks.test {

0 commit comments

Comments
 (0)