From a9ea659622f48573688d6af41ff0b8630ffd7a01 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Mon, 6 Feb 2023 11:09:37 -0600 Subject: [PATCH] NIFI-11145 This closes #6928. Upgraded PostgreSQL JDBC from 42.4.3 to 42.5.3 Signed-off-by: Joe Witt --- 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 7684bb853d..ebb4c0c5bd 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -75,7 +75,7 @@ org.postgresql postgresql - 42.4.3 + 42.5.3 junit