Skip to content

Commit b81976d

Browse files
authored
Merge pull request #17 from dokar3/renovate/junit5-monorepo
Update junit5 monorepo to v5.10.3
2 parents 7a54c56 + c718e4e commit b81976d

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)