Merge pull request #33711 from scordio

* gh-33711:
  Upgrade to AssertJ 3.24.2

Closes gh-33711
pull/33965/head
Andy Wilkinson 2 years ago
commit 7f09636ad2

@ -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…
Cancel
Save