Skip to content

Commit

Permalink
Merge pull request #493 from cake-build/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update junit5 monorepo
  • Loading branch information
nils-a authored Dec 22, 2024
2 parents 16a7101 + df6e5d1 commit 9fc8406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ repositories {
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.4")
}

// Configure gradle-intellij-plugin plugin.
Expand Down

0 comments on commit 9fc8406

Please sign in to comment.