From 4209a763ffc85f0108446ea6aa9a27e955ca4b6f Mon Sep 17 00:00:00 2001 From: Laurent Jourdren Date: Fri, 28 Oct 2022 11:57:14 +0200 Subject: [PATCH] UPDATE: Eoulsan now use Kenetre 0.12 and Apache POI 4.1.2. --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c320f460b..7860bad5f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,8 @@ 11 2.3.0 2.13.2 - 0.11 + 0.12 + 4.1.2 UTF-8 UTF-8 @@ -475,19 +476,19 @@ org.apache.poi poi - 3.17 + ${poi.version} compile org.apache.poi poi-ooxml - 3.17 + ${poi.version} compile org.apache.poi poi-ooxml-schemas - 3.17 + ${poi.version} compile