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.am.kasper.soren...@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>

Reply via email to