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 /osgi | |
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 'osgi')
-rw-r--r-- | osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index 315182e004..6f57c36374 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> |