From dae036f50636c78d4a004194dbeb05192641b8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 13:52:29 +0000 Subject: [PATCH] Bump hibernate-core from 5.4.30.Final to 5.5.4.Final Bumps [hibernate-core](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-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75d071b..047abc8 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'io.activej:activej-specializer:4.3' 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-core:5.5.4.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.1'