diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index abced92c1283..145b3bdcda2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -409,7 +409,7 @@ bom { ] } } - library("Hibernate", "5.6.0.Final") { + library("Hibernate", "5.6.1.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }