Skip to content

#102 security update to Spring Boot 2.6.6 with explicit Hibernate downgrade du to a Hibernate bug

Tobias Fischer requested to merge 102-spring-boot-2.6.6 into develop

Downgrade Hibernate from 5.6.6.Final to 5.6.5.Final due to this bug: https://hibernate.atlassian.net/browse/HHH-15142

Remove the downgrade once the Hibernate bug is resolved and merged in Spring Data JPA and included in one of the next Spring Boot releases

Closes #102

Merge request reports