Browse Source

Upgrade to AssertJ 3.18.1

Closes gh-24126
pull/24147/head
Stephane Nicoll 5 years ago
parent
commit
20edba51ef
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -102,7 +102,7 @@ bom { @@ -102,7 +102,7 @@ bom {
]
}
}
library("AssertJ", "3.18.0") {
library("AssertJ", "3.18.1") {
group("org.assertj") {
modules = [
"assertj-core"

Loading…
Cancel
Save