You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/11/30 19:53:47 UTC

[nifi] 09/22: NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch support/nifi-1.19
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 83d9f9916a687e143d9157a10fd8a4b749ed71d2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 23 22:22:46 2022 +0000

    NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3
    
    This closes #6713
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 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 e96e04ba92..72836f46ec 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 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.4.1</version>
+            <version>42.4.3</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>