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 5573f59445 NIFI-12868 Upgraded Commons DBCP from 2.11.0 to 2.12.0
5573f59445 is described below
commit 5573f594455719554bcc7daaad37c1f39ce89f21
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 6112fa8300..67fd6fd8c7 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.11.0</commons.dbcp2.version>
+ <commons.dbcp2.version>2.12.0</commons.dbcp2.version>
</properties>
<modules>
<module>nifi-framework-bundle</module>