This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f77659913f3d6e6728e13d8d5ff29274980fe555 Author: mr1716 <[email protected]> AuthorDate: Mon Apr 17 09:50:10 2023 -0400 NIFI-11457 Upgraded commons-configuration2 from 2.8.0 to 2.9.0 This closes #7176 Signed-off-by: David Handermann <[email protected]> --- .../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml index c94c1cbbd6..2a1ba92a70 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml @@ -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> diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml index 821bd736a5..fd9369686b 100644 --- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml +++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml @@ -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>
