NIFI-12039 Upgraded Apache Commons DBCP from 2.9.0 to 2.10.0

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7679.
This commit is contained in:
exceptionfactory 2023-09-11 15:00:15 -05:00 committed by Pierre Villard
parent 0280497c62
commit 73a2d27b12
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -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>