You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2019/03/29 20:30:55 UTC

[metamodel] 07/07: Upgraded to Apache POI 4.0.1.

This is an automated email from the ASF dual-hosted git repository.

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git

commit cb581b9d757776e1ec5725280bc0d78eccd529d5
Author: Kasper Sørensen <i....@gmail.com>
AuthorDate: Fri Mar 29 11:25:31 2019 -0700

    Upgraded to Apache POI 4.0.1.
    
    Hoping this fixes our unstable test cases.
---
 excel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/excel/pom.xml b/excel/pom.xml
index a44703b..25e8f72 100644
--- a/excel/pom.xml
+++ b/excel/pom.xml
@@ -40,7 +40,7 @@ under the License.
 		<dependency>
 			<groupId>org.apache.poi</groupId>
 			<artifactId>poi-ooxml</artifactId>
-			<version>4.0.0</version>
+			<version>4.0.1</version>
 			<exclusions>
 				<exclusion>
 					<groupId>commons-logging</groupId>