Skip to content

Commit 88f89c1

Browse files
authored
Merge pull request #39 from EEWBot/renovate/junit-framework-monorepo
Update junit-framework monorepo to v6.0.3
2 parents b2b2f81 + d8eb9df commit 88f89c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation(platform("org.junit:junit-bom:6.0.2"))
21-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
22-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
20+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
21+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
22+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
2323
}
2424

2525
tasks {

0 commit comments

Comments
 (0)