https://github.com/spring-projects/spring-boot/blob/50301a5e63dd2555947ab71afd3ab40e0854563e/spring-boot-project/spring-boot-dependencies/build.gradle#L384

Latest Hibernate fixes some bugs (6.4.1.Final has bugs like "Binding is multi-valued; illegal call to #getBindValue" false positive) https://in.relation.to/2024/02/08/orm-644-final/

Comment From: bclozel

There is no need to ask for a dependency upgrade.

As mentioned in our issue template:

You DO NOT need to raise an issue for a managed dependency version upgrade as there's a semi-automatic process for checking managed dependencies for new versions before a release.

We will perform upgrades matching our 3rd party upgrade policy. If this is an urgent matter for you, there is no need to wait for us releasing as you can use a Gradle or Maven build property to override the library version. All version properties are listed in the reference documentation appendix.

Comment From: wilkinsona

Furthermore, this is a duplicate of https://github.com/spring-projects/spring-boot/issues/39569.