From d1789ace9fabdc3d544085b6b487a6e12d09e289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:11:54 +0000 Subject: [PATCH] Bump hibernate-core from 5.6.5.Final to 5.6.6.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.5.Final to 5.6.6.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.6) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2bf0280..4478cda 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'io.activej:activej-launchers-http:5.1.1' implementation 'org.hsqldb:hsqldb:2.6.1' implementation 'org.postgresql:postgresql:42.3.3' - implementation 'org.hibernate:hibernate-core:5.6.5.Final' + implementation 'org.hibernate:hibernate-core:5.6.6.Final' implementation 'org.hibernate:hibernate-hikaricp:5.6.6.Final' implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:5.6.2'