From a438faa577bb5320b6c8d8b1f2a68670312c2cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:05:55 +0000 Subject: [PATCH] Bump HikariCP from 5.0.0 to 5.0.1 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/brettwooldridge/HikariCP/releases) - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.0.0...HikariCP-5.0.1) --- updated-dependencies: - dependency-name: com.zaxxer: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 176f77e..1a45cfa 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.postgresql:postgresql:42.3.1' implementation 'org.hibernate:hibernate-core:5.6.3.Final' implementation 'org.hibernate:hibernate-hikaricp:5.6.3.Final' - implementation 'com.zaxxer:HikariCP:5.0.0' + implementation 'com.zaxxer:HikariCP:5.0.1' implementation 'org.springframework.security:spring-security-crypto:5.6.1' implementation 'commons-logging:commons-logging:1.2' }