From 612d023bc678928ec3fdb2486dafab1231d0f9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 13:22:04 +0000 Subject: [PATCH] Bump hibernate-hikaricp from 5.6.7.Final to 6.0.2.Final Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.7.Final to 6.0.2.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.0.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...6.0.2) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-hikaricp 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 d11ccfa..a13c67c 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'org.hsqldb:hsqldb:2.6.1' implementation 'org.postgresql:postgresql:42.3.6' implementation 'org.hibernate:hibernate-core:5.6.7.Final' - implementation 'org.hibernate:hibernate-hikaricp:5.6.7.Final' + implementation 'org.hibernate:hibernate-hikaricp:6.0.2.Final' implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:5.7.1' implementation 'commons-logging:commons-logging:1.2'