From 46987c0d93645f9eb67e4bf4ac08b1c2a992f002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 23:46:23 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.5.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96f7ab2..f924792 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,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.0' + implementation 'org.postgresql:postgresql:42.5.1' implementation 'org.hibernate:hibernate-core:6.1.0.Final' implementation 'org.hibernate:hibernate-hikaricp:6.1.0.Final' implementation 'com.zaxxer:HikariCP:5.0.1'