From c3a60f023be0d7bac8c1014e35de1bfc8fd2ef71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:16:05 +0000 Subject: [PATCH] Bump hibernate-core from 6.1.0.Final to 6.1.3.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.1.0.Final to 6.1.3.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.1.0...6.1.3) --- 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 d67c361..d18755a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'io.activej:activej-launchers-http:5.4.2' implementation 'org.hsqldb:hsqldb:2.7.0' implementation 'org.postgresql:postgresql:42.5.0' - implementation 'org.hibernate:hibernate-core:6.1.0.Final' + implementation 'org.hibernate:hibernate-core:6.1.3.Final' implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final' implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:5.7.3'