Upgrade to AssertJ 3.24.2
This commit also switches to use the AssertJ bom. See gh-33711
This commit is contained in:
parent
d7e5b61393
commit
ec1f1f949e
|
@ -56,10 +56,10 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("AssertJ", "3.23.1") {
|
library("AssertJ", "3.24.2") {
|
||||||
group("org.assertj") {
|
group("org.assertj") {
|
||||||
modules = [
|
imports = [
|
||||||
"assertj-core"
|
"assertj-bom"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue