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/23 07:10:39 UTC

[wicket] branch master updated: Upgrade Mockito to 2.24.5 to be able to work with the latest Java 12

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 0ec4e0c  Upgrade Mockito to 2.24.5 to be able to work with the latest Java 12
0ec4e0c is described below

commit 0ec4e0ca5c13150f250c7b888a29c3b93a78a3c9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sat Feb 23 09:09:27 2019 +0200

    Upgrade Mockito to 2.24.5 to be able to work with the latest Java 12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2192118..2567229 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.24.0</mockito.version>
+		<mockito.version>2.24.5</mockito.version>
 		<slf4j.version>1.7.25</slf4j.version>
 		<logback.version>1.2.3</logback.version>
 		<hamcrest.version>2.0.0.0</hamcrest.version>