Bump hibernate-hikaricp from 5.4.30.Final to 5.5.4.Final

Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.4.30.Final to 5.5.4.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.5.4)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  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-07-19 13:52:29 +00:00 committed by GitHub
parent 06993e5022
commit dd126bce18
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:4.3'
implementation 'org.postgresql:postgresql:42.2.23'
implementation 'org.hibernate:hibernate-core:5.4.30.Final'
implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'
implementation 'org.hibernate:hibernate-hikaricp:5.5.4.Final'
implementation 'com.zaxxer:HikariCP:5.0.0'
implementation 'org.springframework.security:spring-security-crypto:5.5.1'
implementation 'commons-logging:commons-logging:1.2'