Skip to content

Commit

Permalink
Merge pull request #49 from uzzu/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo
  • Loading branch information
uzzu authored Feb 25, 2023
2 parents bc60a0a + 99db7e8 commit 0711955
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.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1")
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("com.willowtreeapps.assertk:assertk-jvm:0.25")
}

Expand Down

0 comments on commit 0711955

Please sign in to comment.