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 95f5bea15d NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to
42.4.3
95f5bea15d is described below
commit 95f5bea15da5eacad31942404ff3e7a25df4173e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 23 22:22:46 2022 +0000
NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3
This closes #6713
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 2d5500b620..5fdbf3c561 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.4.1</version>
+ <version>42.4.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>