Skip to content

Commit

Permalink
Merge pull request #485 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 Oct 11, 2024
2 parents 3b01c95 + 14ac9eb commit 9a39e3a
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.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.1")
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")
}

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

0 comments on commit 9a39e3a

Please sign in to comment.