Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.2 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent f4feafa commit fd7c15a
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.1")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.1")
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.11.2")
library("assertj-core", "org.junit.jupiter", "junit-jupiter-params").version("5.11.2")

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

0 comments on commit fd7c15a

Please sign in to comment.