Bump hibernate-core from 5.4.30.Final to 5.6.1.Final

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-08 14:37:03 +00:00 committed by Kavin
parent ca32adb6a3
commit 1e2fc16759
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ dependencies {
implementation 'io.activej:activej-specializer:5.0'
implementation 'io.activej:activej-launchers-http:5.0'
implementation 'org.postgresql:postgresql:42.3.1'
implementation 'org.hibernate:hibernate-core:5.4.30.Final'
implementation 'org.hibernate:hibernate-core:5.6.1.Final'
implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'
implementation 'com.zaxxer:HikariCP:5.0.0'
implementation 'org.springframework.security:spring-security-crypto:5.5.3'