This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 1f1b2f1f28 NIFI-11675 Upgraded Apache Commons IO from 2.12.0 to 2.13.0
1f1b2f1f28 is described below
commit 1f1b2f1f28e4427f11942503e15754dccbeab8ad
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jun 9 16:30:40 2023 -0500
NIFI-11675 Upgraded Apache Commons IO from 2.12.0 to 2.13.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #7366.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b83b5edd77..74c8ec5155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.9.0</org.apache.commons.net.version>
- <org.apache.commons.io.version>2.12.0</org.apache.commons.io.version>
+ <org.apache.commons.io.version>2.13.0</org.apache.commons.io.version>
<org.apache.commons.text.version>1.10.0</org.apache.commons.text.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>