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 25148b9932 NIFI-14651 Upgraded postgresql from 42.7.6 to 42.7.7 
(#10010)
25148b9932 is described below

commit 25148b993261fef1cf84d291fc3c151c4a88e199
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Jun 11 22:29:09 2025 +0200

    NIFI-14651 Upgraded postgresql from 42.7.6 to 42.7.7 (#10010)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml               | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 9e21b0b31e..486576c605 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -588,7 +588,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.6</version>
+            <version>42.7.7</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
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 f1d6c2d143..973d1030d8 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.6</version>
+            <version>42.7.7</version>
         </dependency>
     </dependencies>
 </project>

Reply via email to