spring-content-fs depends on old version of Hibernate
jacobbroberg opened this issue · 0 comments
jacobbroberg commented
Describe the bug
The spring-content-fs
includes a dependency for hibernate-core-jakarta
(see pom.xml) with version 5.6.15.Final (definition set in the main pom.xml)
As Spring Boot 3.1.0 includes org.hibernate.orm.hibernate-core
version 6.2.2.Final this causes problems. I can bypass it by excluding org.hibernate
in my Gradle dependency import of spring-content-fs
Expected behavior
To have spring-content-fs
depend on the same version of Hibernate as Spring Boot 3.x and not the -jakarta
version.