Browse Source

Upgrade to AssertJ 3.24.2

This commit also switches to use the AssertJ bom.

See gh-33711
pull/33965/head
Stefano Cordio 3 years ago committed by Andy Wilkinson
parent
commit
ec1f1f949e
  1. 6
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -56,10 +56,10 @@ bom { @@ -56,10 +56,10 @@ bom {
]
}
}
library("AssertJ", "3.23.1") {
library("AssertJ", "3.24.2") {
group("org.assertj") {
modules = [
"assertj-core"
imports = [
"assertj-bom"
]
}
}

Loading…
Cancel
Save