You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/06 21:39:00 UTC

[maven-doxia-sitetools] 10/10: [DOXIASITETOOLS-197] Upgrade Mockito Core to 2.28.2

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit d35ce8a0b6764a1a712c8fa797908354b5112852
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 6 23:34:44 2019 +0200

    [DOXIASITETOOLS-197] Upgrade Mockito Core to 2.28.2
---
 doxia-site-renderer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 2c6d984..e3ba477 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -169,7 +169,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.22.0</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>