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:08 UTC

[wicket] branch wicket-9.x 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 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 8d83afb  Update Mockito to 3.11.1
8d83afb is described below

commit 8d83afba1bfe0c86f0401c217260e06f577f8678
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7de71b6..bc6b48e 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.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>