mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
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:
parent
b8e69d01a8
commit
a438faa577
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue