From 045699986522cf132e42af0c7c3771a9a04e41a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:33:57 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.5.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a88155..40275c9 100644 --- a/build.gradle +++ b/build.gradle @@ -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'