mirror of https://github.com/apache/nifi.git
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:
parent
0280497c62
commit
73a2d27b12
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue