aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2022-08-26 13:24:59 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2022-08-26 13:24:59 +0000
commitf1403cdbb47ce8cb1839cd3700ab00c8c8a416bc (patch)
tree87dcd2e17490ff7e0d0d6fde92bc0cf13dd9f66b
parentc3cf11f67b37449a605f82c9d96d4a0c234bd030 (diff)
downloadjackcess-f1403cdbb47ce8cb1839cd3700ab00c8c8a416bc.tar.gz
jackcess-f1403cdbb47ce8cb1839cd3700ab00c8c8a416bc.zip
update poi version
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1378 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e111f3d..9f946a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>4.0.0</version>
+ <version>4.1.1</version>
<optional>true</optional>
</dependency>