Skip to content

Commit 4cf04f3

Browse files
authored
Merge pull request #2 from EEWBot/renovate/junit-framework-monorepo
Update junit-framework monorepo to v6.0.3
2 parents 6d49622 + 22d06f9 commit 4cf04f3

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
@@ -19,9 +19,9 @@ repositories {
1919

2020
dependencies {
2121
implementation("org.openjdk.jmh:jmh-core:1.37")
22-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
23-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
24-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
22+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
23+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
24+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
2525
}
2626

2727
tasks {

0 commit comments

Comments
 (0)