Merge pull request #33711 from scordio

* gh-33711:
  Upgrade to AssertJ 3.24.2

Closes gh-33711
This commit is contained in:
Andy Wilkinson
2023-01-23 18:04:03 +00:00

View File

@@ -56,10 +56,10 @@ bom {
]
}
}
library("AssertJ", "3.23.1") {
library("AssertJ", "3.24.2") {
group("org.assertj") {
modules = [
"assertj-core"
imports = [
"assertj-bom"
]
}
}