Browse Source

Upgrade to AssertJ 3.22.0

Closes gh-29204
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
8a440b02a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -108,7 +108,7 @@ bom { @@ -108,7 +108,7 @@ bom {
]
}
}
library("AssertJ", "3.21.0") {
library("AssertJ", "3.22.0") {
group("org.assertj") {
modules = [
"assertj-core"

Loading…
Cancel
Save