fix(deps): update dependency org.postgresql:postgresql to v42.7.1

This commit is contained in:
renovate[bot] 2023-12-07 07:12:12 +00:00 committed by GitHub
parent 87ad78debf
commit 56d9357d58
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.5'
implementation 'io.activej:activej-launchers-http:5.5'
implementation 'org.hsqldb:hsqldb:2.7.2'
implementation 'org.postgresql:postgresql:42.7.0'
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.hibernate:hibernate-core:6.4.0.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.4.0.Final'
implementation 'org.liquibase:liquibase-core:4.25.0'