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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 13:05:55 +00:00 committed by Kavin
parent b8e69d01a8
commit a438faa577

View file

@ -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'
}