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/28 06:46:40 UTC

[wicket] branch master updated: Update Mockito to 3.11.2

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 f201226  Update Mockito to 3.11.2
f201226 is described below

commit f201226ec0cb84cd577c22e5a2a20832691893f7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jun 28 09:46:04 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index ef07070..97f3770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
 		<hibernate-validator.version>7.0.1.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.1.19</metrics.version>
-		<mockito.version>3.11.1</mockito.version>
+		<mockito.version>3.11.2</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>