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 2021/06/04 13:03:21 UTC

[wicket] branch wicket-9.x updated: Update Mockito to 3.11.0

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

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


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new ef31a27  Update Mockito to 3.11.0
ef31a27 is described below

commit ef31a27b0c222b315193de27b35e88ce1af1c359
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Fri Jun 4 16:02:38 2021 +0300

    Update Mockito to 3.11.0
    
    (cherry picked from commit 7f8a61a87436a29fe12dfc23f991fdb3bd33d032)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8107090..b4e35d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
 		<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.1.19</metrics.version>
-		<mockito.version>3.10.0</mockito.version>
+		<mockito.version>3.11.0</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>