diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 34498703c0e..d98ab7d3992 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -56,10 +56,10 @@ bom { ] } } - library("AssertJ", "3.23.1") { + library("AssertJ", "3.24.2") { group("org.assertj") { - modules = [ - "assertj-core" + imports = [ + "assertj-bom" ] } }