This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 3fa25b6f11 NIFI-11352 Upgraded PostgreSQL JDBC from 42.5.3 to 42.6.0
3fa25b6f11 is described below
commit 3fa25b6f119576144e95b17213f98bd729f39ed6
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]>
---
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 d3cd8e8e88..b70b68b7ac 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>