diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 192f3a174783..632679b3180e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("Hibernate", "5.6.8.Final") { + library("Hibernate", "5.6.9.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" }