diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-08-29 23:07:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-08-29 23:07:33 +0000 |
commit | 3efd3f7adf6abcf8d25ca7dd01e9da88654eba96 (patch) | |
tree | 384da82a1135049432fdad891316ec1a5d48f074 /.classpath | |
parent | be52865b38fed9d482121af42f2f05f0d12d9d2f (diff) | |
download | poi-3efd3f7adf6abcf8d25ca7dd01e9da88654eba96.tar.gz poi-3efd3f7adf6abcf8d25ca7dd01e9da88654eba96.zip |
upgrade commons-codec and mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866106 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 d3744e86e8..a5a9fbdb83 100644 --- a/.classpath +++ b/.classpath @@ -34,14 +34,14 @@ <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.2.jar"/> - <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.12.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.13.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"/> <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/> <classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/> <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/> <classpathentry kind="lib" path="lib/commons-compress-1.18.jar"/> - <classpathentry kind="lib" path="lib/mockito-core-2.23.4.jar"/> + <classpathentry kind="lib" path="lib/mockito-core-3.0.0.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-1.9.3.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.9.3.jar"/> <classpathentry kind="lib" path="compile-lib/batik-all-1.11.jar"/> |