Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-params to v5.11.1 (#…
Browse files Browse the repository at this point in the history
…115)

Update junit5 monorepo to v5.11.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 38d2996 commit 1e83d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencyResolutionManagement {
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")

library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.11.0")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.0")
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.11.1")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.1")

bundle("unittests", listOf("junit-jupiter-core", "junit-jupiter-engine", "junit-jupiter-api", "junit-params", "mockito", "assertj-core"))
}
Expand Down

0 comments on commit 1e83d01

Please sign in to comment.