From 2c5b9ef2c680adb6c46fea7459e84581803e5333 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:12:12 +0000 Subject: [PATCH] fix(deps): update dependency org.postgresql:postgresql to v42.7.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edf3a04..9fe9546 100644 --- a/build.gradle +++ b/build.gradle @@ -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'