Upgrade to AssertJ 3.24.2

This commit also switches to use the AssertJ bom.

See gh-33711
This commit is contained in:
Stefano Cordio 2023-01-06 13:47:04 +01:00 committed by Andy Wilkinson
parent d7e5b61393
commit ec1f1f949e

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"
]
}
}