diff options
author | Nick Burch <nick@apache.org> | 2018-10-17 14:20:02 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2018-10-17 14:20:02 +0000 |
commit | e95fc069293db1fd4988053c6cc078af1287612c (patch) | |
tree | 91015c0147233539c8b835bd6c22f1a70695fba6 /.classpath | |
parent | 444c8e99667a624162e098bef347a7ab41bb2170 (diff) | |
download | poi-e95fc069293db1fd4988053c6cc078af1287612c.tar.gz poi-e95fc069293db1fd4988053c6cc078af1287612c.zip |
Failing unit test for bug #62831
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844115 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 fc3394904a..89d75f475b 100644 --- a/.classpath +++ b/.classpath @@ -36,7 +36,7 @@ <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.2.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/mockito-core-2.13.0.jar"/> + <classpathentry kind="lib" path="lib/mockito-core-2.21.0.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/> <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/> |