Browse Source

Upgrade to AssertJ 3.15.0

See gh-19985
pull/19986/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
7de3712e56
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -101,7 +101,7 @@ bom { @@ -101,7 +101,7 @@ bom {
]
}
}
library("AssertJ", "3.14.0") {
library("AssertJ", "3.15.0") {
group("org.assertj") {
modules = [
"assertj-core"

Loading…
Cancel
Save