mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update hibernate core to v6.3.1.final
This commit is contained in:
parent
12b21b1020
commit
629a6ce7ef
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ dependencies {
|
|||
implementation 'io.activej:activej-specializer:5.5'
|
||||
implementation 'io.activej:activej-launchers-http:5.5'
|
||||
implementation 'org.postgresql:postgresql:42.6.0'
|
||||
implementation 'org.hibernate:hibernate-core:6.3.0.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:6.3.0.Final'
|
||||
implementation 'org.hibernate:hibernate-core:6.3.1.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:6.3.1.Final'
|
||||
implementation 'org.liquibase:liquibase-core:4.23.2'
|
||||
implementation('org.liquibase.ext:liquibase-yugabytedb:4.23.2') { exclude group: 'org.liquibase' }
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
|
|
Loading…
Reference in a new issue