From 95f5bea15da5eacad31942404ff3e7a25df4173e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 22:22:46 +0000 Subject: [PATCH] NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3 This closes #6713 Signed-off-by: David Handermann --- nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml index 2d5500b620..5fdbf3c561 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -68,7 +68,7 @@ org.postgresql postgresql - 42.4.1 + 42.4.3 junit