diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2022-08-26 13:24:59 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2022-08-26 13:24:59 +0000 |
commit | f1403cdbb47ce8cb1839cd3700ab00c8c8a416bc (patch) | |
tree | 87dcd2e17490ff7e0d0d6fde92bc0cf13dd9f66b | |
parent | c3cf11f67b37449a605f82c9d96d4a0c234bd030 (diff) | |
download | jackcess-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |