Skip to content

Commit

Permalink
Update junit5 monorepo to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 3bc8658 commit 4b1b41a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {

dependencies {
testImplementation("org.mockito:mockito-core:5.13.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.awaitility:awaitility:4.2.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit 4b1b41a

Please sign in to comment.