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 2022/02/02 08:11:56 UTC

[wicket] branch wicket-9.x updated: Update Mockito to 4.3.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 f98a814  Update Mockito to 4.3.1
f98a814 is described below

commit f98a8145aa5c67fd7f5096affc26fcfd737168ba
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Feb 2 10:10:12 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 1988957..8d536a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,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>4.1.0</mockito.version>
+		<mockito.version>4.3.1</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>2.0.0-alpha5</slf4j.version>