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 e2d029dd18 NIFI-12827 Upgraded PostgreSQL JDBC test driver from 42.6.0 
to 42.7.2
e2d029dd18 is described below

commit e2d029dd18fad2a03188eac94bee8354554be5c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 00:06:24 2024 +0000

    NIFI-12827 Upgraded PostgreSQL JDBC test driver from 42.6.0 to 42.7.2
    
    This closes #8436
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit a95f327b3110af4cf5e438fc55aab2d34b055e28)
---
 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 592569effb..6ec11abf44 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.6.0</version>
+            <version>42.7.2</version>
         </dependency>
     </dependencies>
 </project>

Reply via email to