1
0
mirror of https://github.com/apache/nifi.git synced 2025-02-26 05:28:44 +00:00

NIFI-11457 Upgraded commons-configuration2 from 2.8.0 to 2.9.0

This closes 

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f77659913f3d6e6728e13d8d5ff29274980fe555)
This commit is contained in:
mr1716 2023-04-17 09:50:10 -04:00 committed by exceptionfactory
parent 15a1134c85
commit f24a070e26
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions
nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services
nifi-toolkit/nifi-toolkit-encrypt-config

@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>

@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>