mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update dependency org.postgresql:postgresql to v42.7.3
This commit is contained in:
parent
25a49ce137
commit
25eee0661e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ dependencies {
|
||||||
implementation 'io.activej:activej-specializer:5.5'
|
implementation 'io.activej:activej-specializer:5.5'
|
||||||
implementation 'io.activej:activej-launchers-http:5.5'
|
implementation 'io.activej:activej-launchers-http:5.5'
|
||||||
implementation 'org.hsqldb:hsqldb:2.7.2'
|
implementation 'org.hsqldb:hsqldb:2.7.2'
|
||||||
implementation 'org.postgresql:postgresql:42.7.2'
|
implementation 'org.postgresql:postgresql:42.7.3'
|
||||||
implementation 'org.hibernate:hibernate-core:6.4.1.Final'
|
implementation 'org.hibernate:hibernate-core:6.4.1.Final'
|
||||||
implementation 'org.hibernate:hibernate-hikaricp:6.4.1.Final'
|
implementation 'org.hibernate:hibernate-hikaricp:6.4.1.Final'
|
||||||
implementation 'org.liquibase:liquibase-core:4.26.0'
|
implementation 'org.liquibase:liquibase-core:4.26.0'
|
||||||
|
|
Loading…
Reference in a new issue