From 3fa25b6f119576144e95b17213f98bd729f39ed6 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Mon, 3 Apr 2023 10:54:43 -0400 Subject: [PATCH] NIFI-11352 Upgraded PostgreSQL JDBC from 42.5.3 to 42.6.0 This closes #7114 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 d3cd8e8e88..b70b68b7ac 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.5.3 + 42.6.0 junit