Skip to content

Commit 9fc8406

Browse files
authored
Merge pull request #493 from cake-build/renovate/junit5-monorepo
fix(deps): update junit5 monorepo
2 parents 16a7101 + df6e5d1 commit 9fc8406

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/rider/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ repositories {
3636
dependencies {
3737
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
3838

39-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
40-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
41-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
42-
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2")
39+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
40+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
41+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
42+
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.4")
4343
}
4444

4545
// Configure gradle-intellij-plugin plugin.

0 commit comments

Comments
 (0)