Update dependency org.postgresql:postgresql to v42.6.0

This commit is contained in:
renovate[bot] 2023-03-18 18:01:39 +00:00 committed by GitHub
parent 0c971e4d1c
commit ad6b7b6f0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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