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

This commit is contained in:
renovate[bot] 2025-06-12 00:28:29 +00:00 committed by Kavin
parent d4381c191f
commit de48e3547a

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.3'
implementation 'org.postgresql:postgresql:42.7.3'
implementation 'org.postgresql:postgresql:42.7.7'
implementation 'org.hibernate:hibernate-core:6.4.1.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.4.1.Final'
implementation 'org.liquibase:liquibase-core:4.28.0'