mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Use HikariCP v5
This commit is contained in:
parent
9fe9770714
commit
00efb456e5
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ dependencies {
|
|||
implementation 'org.postgresql:postgresql:42.2.19'
|
||||
implementation 'org.hibernate:hibernate-core:5.4.30.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.0'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.5.1'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue