This is an automated email from the ASF dual-hosted git repository.
pvillard 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 728b07b30f NIFI-11675 Upgraded Apache Commons IO from 2.12.0 to 2.13.0
728b07b30f is described below
commit 728b07b30f0bcce7bebec74f38a8997c909812be
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 e001abe24e..1554c1d75f 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>