diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-21 13:43:19 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-21 13:43:19 +0000 |
commit | 259d5a234f5c858a57902ddd8bebcfaba7a5e4cd (patch) | |
tree | 86e0c12f0a5d3880666ae79bb84243a99479ecb7 /.classpath | |
parent | d66873a765018d5477c941cea091b4ac25b0abfe (diff) | |
download | poi-259d5a234f5c858a57902ddd8bebcfaba7a5e4cd.tar.gz poi-259d5a234f5c858a57902ddd8bebcfaba7a5e4cd.zip |
upgrade xmlsec, slf4j, batik
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855990 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 6c3084ee23..77baa579b1 100644 --- a/.classpath +++ b/.classpath @@ -27,13 +27,13 @@ <classpathentry kind="lib" path="lib/jmh-core-1.19.jar"/> <classpathentry kind="lib" path="lib/jmh-generator-annprocess-1.19.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> - <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.25.jar"/> + <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.26.jar"/> <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.61.jar"/> <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.61.jar"/> <classpathentry kind="lib" path="ooxml-testlib/reflections.jar"/> <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/> <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/> - <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.0.jar"/> + <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.12.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.3.jar"/> |