Bump hibernate-core from 5.6.7.Final to 6.0.2.Final

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.7.Final to 6.0.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.0.2/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...6.0.2)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-25 13:22:03 +00:00 committed by GitHub
parent 5caf42615d
commit 0242634256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ dependencies {
implementation 'io.activej:activej-launchers-http:5.2'
implementation 'org.hsqldb:hsqldb:2.6.1'
implementation 'org.postgresql:postgresql:42.3.6'
implementation 'org.hibernate:hibernate-core:5.6.7.Final'
implementation 'org.hibernate:hibernate-core:6.0.2.Final'
implementation 'org.hibernate:hibernate-hikaricp:5.6.7.Final'
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:5.7.1'