Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 810105a commit 9fe83d2
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.3")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.3")
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.11.4")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.4")

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

0 comments on commit 9fe83d2

Please sign in to comment.