diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-02-17 22:28:08 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-02-17 22:28:08 +0000 |
commit | 221f840adb4039b92ada2a40e9da543d6d0c7d27 (patch) | |
tree | 96cd0d107356176b8cc44658dab9ea003dc129f4 /.classpath | |
parent | 556347f3a8887e72026e331f08738c23e2da6a79 (diff) | |
download | poi-221f840adb4039b92ada2a40e9da543d6d0c7d27.tar.gz poi-221f840adb4039b92ada2a40e9da543d6d0c7d27.zip |
Update Batik dependency to 1.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 98fe5cd3cb..819bb23955 100644 --- a/.classpath +++ b/.classpath @@ -44,6 +44,6 @@ <classpathentry kind="lib" path="lib/mockito-core-3.2.4.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-1.10.1.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.10.1.jar"/> - <classpathentry kind="lib" path="compile-lib/batik-all-1.11.jar"/> + <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |