This is an automated email from the ASF dual-hosted git repository.
pvillard 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 c6cbdd91cd NIFI-12868 Upgraded Commons DBCP from 2.11.0 to 2.12.0
c6cbdd91cd is described below
commit c6cbdd91cdd3139908a76017c234c54608b0258d
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 6 08:36:43 2024 -0600
NIFI-12868 Upgraded Commons DBCP from 2.11.0 to 2.12.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #8478.
---
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 c28bcd9859..3149499600 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -24,7 +24,7 @@
<artifactId>nifi-nar-bundles</artifactId>
<packaging>pom</packaging>
<properties>
- <commons.dbcp2.version>2.11.0</commons.dbcp2.version>
+ <commons.dbcp2.version>2.12.0</commons.dbcp2.version>
</properties>
<modules>
<module>nifi-framework-bundle</module>