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 2020/07/13 11:37:03 UTC

[wicket] branch master updated: Update Mockito to 3.4.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 a1d043c  Update Mockito to 3.4.0
a1d043c is described below

commit a1d043c8fde25edca8335902b3a536f3599700b0
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jul 13 14:36:39 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 99eb0a2..495e2f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
 		<hibernate-validator.version>6.1.3.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.1.6</metrics.version>
-		<mockito.version>3.3.3</mockito.version>
+		<mockito.version>3.4.0</mockito.version>
 		<objenesis.version>3.1</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>