mirror of https://github.com/apache/nifi.git
NIFI-12155 Upgraded Apache Commons IO from 2.13.0 to 2.14.0
- Upgraded Apache POI from 5.2.3 to 5.2.4 This closes #7825 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
a84c103a0b
commit
1561eb2506
|
@ -26,7 +26,7 @@
|
|||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<spring.integration.version>5.5.18</spring.integration.version>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<poi.version>5.2.4</poi.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<poi.version>5.2.4</poi.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<artifactId>nifi-poi-bundle</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<poi.version>5.2.4</poi.version>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>nifi-poi-nar</module>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -114,7 +114,7 @@
|
|||
<org.apache.commons.compress.version>1.24.0</org.apache.commons.compress.version>
|
||||
<org.apache.commons.lang3.version>3.13.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.13.0</org.apache.commons.io.version>
|
||||
<org.apache.commons.io.version>2.14.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>
|
||||
|
|
Loading…
Reference in New Issue