You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/02/02 22:36:02 UTC

[wicket] branch wicket-8.x updated: Update Mockito to 2.24.0

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

mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new 0142f1d  Update Mockito to 2.24.0
0142f1d is described below

commit 0142f1d794574a8ca4efe8d0db65509aa406ccae
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sun Feb 3 00:35:51 2019 +0200

    Update Mockito to 2.24.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fd3303..a4eba7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
 		<servlet-api.version>3.1.0</servlet-api.version>
 		<maven.javadoc.version>2.10.4</maven.javadoc.version>
 		<maven.surefire.version>3.0.0-M1</maven.surefire.version>
-		<mockito.version>2.23.0</mockito.version>
+		<mockito.version>2.24.0</mockito.version>
 		<slf4j.version>1.7.25</slf4j.version>
 		<logback.version>1.2.3</logback.version>
 		<hamcrest.version>2.0.0.0</hamcrest.version>