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/14 11:01:32 UTC

[wicket] branch master updated: Update Mockito to 3.11.1

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 6a75c7c  Update Mockito to 3.11.1
6a75c7c is described below

commit 6a75c7c9cc5c79145e41d99a090d3e639916f4f7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jun 14 14:00:09 2021 +0300

    Update Mockito to 3.11.1
    
    Trigger a build for INFRA-21830
    
    (cherry picked from commit 8d83afba1bfe0c86f0401c217260e06f577f8678)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e147fa8..b7cd085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,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.0</mockito.version>
+		<mockito.version>3.11.1</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>