mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Bump hibernate-hikaricp from 5.6.5.Final to 5.6.6.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.5.Final to 5.6.6.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.6) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-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
a4b6e1f804
commit
06b539427f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ dependencies {
|
|||
implementation 'org.hsqldb:hsqldb:2.6.1'
|
||||
implementation 'org.postgresql:postgresql:42.3.3'
|
||||
implementation 'org.hibernate:hibernate-core:5.6.5.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:5.6.5.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:5.6.6.Final'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.6.2'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
|
|
Loading…
Reference in a new issue