NIFI-12827 Upgraded PostgreSQL JDBC test driver from 42.7.1 to 42.7.2

This closes #8437

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2024-02-21 00:09:39 +00:00 committed by exceptionfactory
parent 3f2f5a02e0
commit 47290eb39f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>