mirror of https://github.com/apache/nifi.git
NIFI-12868 Upgraded Commons DBCP from 2.11.0 to 2.12.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #8478.
This commit is contained in:
parent
bda9b6360d
commit
c6cbdd91cd
|
@ -24,7 +24,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>
|
||||
|
|
Loading…
Reference in New Issue