diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-02-14 13:19:10 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-02-14 13:19:10 +0000 |
commit | b7d0f9fafeeeb0d63e2e7e8df36a6e92c7a96821 (patch) | |
tree | 30833df7a7cad1cd07237e3a90f3df2258c26565 /.classpath | |
parent | d2f1e7ee6f1ea032191ecf37aab366208cea51e2 (diff) | |
download | poi-b7d0f9fafeeeb0d63e2e7e8df36a6e92c7a96821.tar.gz poi-b7d0f9fafeeeb0d63e2e7e8df36a6e92c7a96821.zip |
update junit to 4.13 and mockito to 3.2.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874019 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 3ec3aa2132..7657c421d8 100644 --- a/.classpath +++ b/.classpath @@ -20,7 +20,7 @@ <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.1.0.jar" sourcepath="ooxml-lib/xmlbeans-3.1.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> - <classpathentry kind="lib" path="lib/junit-4.12.jar"/> + <classpathentry kind="lib" path="lib/junit-4.13.jar"/> <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.06.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.4.jar" sourcepath="ooxml-lib/ooxml-schemas-1.4-sources.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> @@ -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.19.jar"/> - <classpathentry kind="lib" path="lib/mockito-core-3.0.0.jar"/> + <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"/> |