Skip to content

Commit bd674e4

Browse files
authored
Merge pull request #36 from EEWBot/renovate/junit-framework-monorepo
2 parents 19cc720 + 56a3819 commit bd674e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.1"))
21-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
22-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
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")
2323
}
2424

2525
tasks {

0 commit comments

Comments
 (0)