From 2e6133ae52c13c1cd31286dcc45c74bce4814b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 18:52:54 +0000 Subject: [PATCH] Bump hibernate-core from 5.6.7.Final to 6.0.0.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.7.Final to 6.0.0.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.6.7...6.0.0) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc3a2f4..7982261 100644 --- a/build.gradle +++ b/build.gradle @@ -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.5' - implementation 'org.hibernate:hibernate-core:5.6.7.Final' + implementation 'org.hibernate:hibernate-core:6.0.0.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.6.3'