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 73a2d27b12 NIFI-12039 Upgraded Apache Commons DBCP from 2.9.0 to 2.10.0
73a2d27b12 is described below
commit 73a2d27b1264603cf910cd37cca4def949d69e00
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 70125f87d3..09b67f4ce0 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.9.0</commons.dbcp2.version>
+ <commons.dbcp2.version>2.10.0</commons.dbcp2.version>
</properties>
<modules>
<module>nifi-framework-bundle</module>