Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 6526270 commit 865b163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archiver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies {
// Attention: kotlinx-serialization-json must be compatible with embeddedKotlinVersion
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.32.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
}

tasks.register("printEmbeddedKotlinVersion") {
Expand Down

0 comments on commit 865b163

Please sign in to comment.