NIFI-11352 Upgraded PostgreSQL JDBC from 42.5.3 to 42.6.0

This closes #7114

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-04-03 10:54:43 -04:00 committed by exceptionfactory
parent a36040fded
commit 3fa25b6f11
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.3</version>
<version>42.6.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>