1
0
mirror of https://github.com/apache/nifi.git synced 2025-03-02 15:39:12 +00:00

NIFI-12345 Upgraded Commons DBCP from 2.10.0 to 2.11.0

This closes 

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-11-11 09:13:41 -05:00 committed by exceptionfactory
parent 4f4e99085d
commit 4a4eb2c109
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA

@ -24,7 +24,7 @@
<artifactId>nifi-nar-bundles</artifactId>
<packaging>pom</packaging>
<properties>
<commons.dbcp2.version>2.10.0</commons.dbcp2.version>
<commons.dbcp2.version>2.11.0</commons.dbcp2.version>
</properties>
<modules>
<module>nifi-framework-bundle</module>