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