From 971d645d80372798be837f86cbfed6a780fb435b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:11:39 +0000 Subject: [PATCH] Bump hibernate-hikaricp from 6.1.0.Final to 6.1.1.Final Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 6.1.0.Final to 6.1.1.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/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-hikaricp 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 0854b45..017ee23 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'org.hsqldb:hsqldb:2.7.0' implementation 'org.postgresql:postgresql:42.4.0' implementation 'org.hibernate:hibernate-core:6.1.0.Final' - implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final' + implementation 'org.hibernate:hibernate-hikaricp:6.1.1.Final' implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:5.7.2' implementation 'commons-logging:commons-logging:1.2'