Update dependency org.postgresql:postgresql to v42.5.4

This commit is contained in:
renovate[bot] 2023-02-16 18:33:57 +00:00 committed by Kavin
parent bde8bacbb4
commit 0456999865
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ dependencies {
implementation 'io.activej:activej-specializer:5.4.3'
implementation 'io.activej:activej-launchers-http:5.4.3'
implementation 'org.hsqldb:hsqldb:2.7.1'
implementation 'org.postgresql:postgresql:42.5.3'
implementation 'org.postgresql:postgresql:42.5.4'
implementation 'org.hibernate:hibernate-core:6.1.7.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.1.7.Final'
implementation 'com.zaxxer:HikariCP:5.0.1'