This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 37a63d39c5 NIFI-11352 Upgraded PostgreSQL JDBC from 42.5.3 to 42.6.0
37a63d39c5 is described below
commit 37a63d39c5dac1d5b614c45b8e21bae4c6d07fae
Author: mr1716 <[email protected]>
AuthorDate: Mon Apr 3 10:54:43 2023 -0400
NIFI-11352 Upgraded PostgreSQL JDBC from 42.5.3 to 42.6.0
This closes #7114
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 3fa25b6f119576144e95b17213f98bd729f39ed6)
---
nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 39833b4237..21362cae37 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -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>