mirror of https://github.com/apache/nifi.git
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:
parent
3f2f5a02e0
commit
47290eb39f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue