Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 9c6b980 commit 8672d76
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.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}

Expand Down

0 comments on commit 8672d76

Please sign in to comment.