Skip to content

Commit

Permalink
Merge pull request #52 from uzzu/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo
  • Loading branch information
uzzu authored Dec 2, 2023
2 parents b97c28a + c050845 commit 850b4ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
dependencies {
compileOnly(gradleApi())
testImplementation(gradleTestKit())
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}

Expand Down

0 comments on commit 850b4ca

Please sign in to comment.