This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 4c786d9bad NIFI-12931 Upgraded Commons Configuration from 2.9.0 to
2.10.1
4c786d9bad is described below
commit 4c786d9badd431f442070b517a05134690868578
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 21 19:18:45 2024 +0000
NIFI-12931 Upgraded Commons Configuration from 2.9.0 to 2.10.1
This closes #8541
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 2 +-
nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml | 2 +-
.../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index b900d66c78..0ade73ddfb 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.8.0</version>
+ <version>2.10.1</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
index 316e7f4636..8da12b79e3 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.1.1</version>
+ <version>2.10.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
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 04b7500b68..a1c2965d7a 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.9.0</version>
+ <version>2.10.1</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 422191f386..53912644f1 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.9.0</version>
+ <version>2.10.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>