Skip to content

Commit c718e4e

Browse files
Update junit5 monorepo to v5.10.3
1 parent 7a54c56 commit c718e4e

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.2"))
12-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
11+
testImplementation(platform("org.junit:junit-bom:5.10.3"))
12+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
1313
}
1414

1515
tasks.test {

0 commit comments

Comments
 (0)