Bump hibernate-core from 6.1.0.Final to 6.1.1.Final

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.1.0.Final to 6.1.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/6.1.0...6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-01 12:11:39 +00:00 committed by GitHub
parent c97c13b344
commit f9964e6270
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.3' implementation 'io.activej:activej-launchers-http:5.3'
implementation 'org.hsqldb:hsqldb:2.7.0' implementation 'org.hsqldb:hsqldb:2.7.0'
implementation 'org.postgresql:postgresql:42.4.0' implementation 'org.postgresql:postgresql:42.4.0'
implementation 'org.hibernate:hibernate-core:6.1.0.Final' implementation 'org.hibernate:hibernate-core:6.1.1.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final' implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final'
implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:5.7.2' implementation 'org.springframework.security:spring-security-crypto:5.7.2'