если в мавене подключаю так
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.1.4.Final</version>
</dependency>
при запуске получаю ошибку
Could not initialize class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
если делаю так
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.4.33.Final</version>
</dependency>
при обновлении мавена получаю
Cannot resolve org.hibernate.orm:hibernate-core:5.4.33.Final