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:35:28 UTC

[wicket] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 07c36ce  Update Mockito to 2.24.0
07c36ce is described below

commit 07c36ce6852737b7a468a240053126c1605a4460
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sun Feb 3 00:35:08 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 3ac5fa7..7b284c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
 		<servlet-api.version>3.1.0</servlet-api.version>
 		<maven.javadoc.version>3.0.1</maven.javadoc.version>
 		<maven.surefire.version>2.22.1</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>