NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3

This closes #6713

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2022-11-23 22:22:46 +00:00 committed by exceptionfactory
parent b0a92868a9
commit 95f5bea15d
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>