This is an automated email from the ASF dual-hosted git repository.

pvillard 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 b5bfd258f7 NIFI-12039 Upgraded Apache Commons DBCP from 2.9.0 to 2.10.0
b5bfd258f7 is described below

commit b5bfd258f7d50e14699d2c80b0e2197fd7f8ba54
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Sep 11 15:00:15 2023 -0500

    NIFI-12039 Upgraded Apache Commons DBCP from 2.9.0 to 2.10.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7679.
---
 nifi-nar-bundles/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index 9a8e2b6304..7171b5c624 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-nar-bundles</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <commons.dbcp2.version>2.9.0</commons.dbcp2.version>
+        <commons.dbcp2.version>2.10.0</commons.dbcp2.version>
     </properties>
     <modules>
         <module>nifi-framework-bundle</module>

Reply via email to