diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-06-06 10:02:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-06-06 10:02:21 +0000 |
commit | f235d3357caf60f86bace79665f829bfde6f6edb (patch) | |
tree | ddb0647a8026880be035b392dfa70ba6a25d4bc8 /.classpath | |
parent | b7930fc65cadb685a49ec79e45c101a16146cd3f (diff) | |
download | poi-f235d3357caf60f86bace79665f829bfde6f6edb.tar.gz poi-f235d3357caf60f86bace79665f829bfde6f6edb.zip |
upgrade and mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878542 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 7da16a871d..d773c80c77 100644 --- a/.classpath +++ b/.classpath @@ -41,7 +41,7 @@ <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.20.jar"/> - <classpathentry kind="lib" path="lib/mockito-core-3.2.4.jar"/> + <classpathentry kind="lib" path="lib/mockito-core-3.3.3.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.12.jar"/> |