Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 3fdae9f commit f3ccf5d
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.12.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.awaitility:awaitility:4.2.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

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

0 comments on commit f3ccf5d

Please sign in to comment.