: You must migrate your code from javax.persistence.* to jakarta.persistence.* . Key Features in Hibernate 6.0
implementation 'org.hibernate.orm:hibernate-core:6.0.2.Final' Use code with caution. Option 3: Manual JAR Download
Hibernate 6.0 is not just a version bump; it is a "major redesign" of the entire ORM engine. hibernate-core » 6.0.0.Final - Maven Repository
: Requires Java 11 or later (supports 17 and 18).
Add the following dependency to your pom.xml file. Note that Hibernate 6.0 changed its Group ID to org.hibernate.orm .