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:10:48 UTC

[wicket] branch master updated: Update Guice to 5.1.0 and Mockito to 4.3.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 516b81e  Update Guice to 5.1.0 and Mockito to 4.3.1
516b81e is described below

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

    Update Guice to 5.1.0 and Mockito to 4.3.1
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index efa4dc9..e2f3c1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
 		<commons-fileupload.version>2.0-SNAPSHOT</commons-fileupload.version>
 		<commons-io.version>2.11.0</commons-io.version>
 		<commons-lang3.version>3.12.0</commons-lang3.version>
-		<guice.version>5.0.1</guice.version>
+		<guice.version>5.1.0</guice.version>
 		<el-impl.version>2.2.1-b05</el-impl.version>
 		<forbiddenapis.version>3.2</forbiddenapis.version>
 		<jacoco.version>0.8.7</jacoco.version>
@@ -178,7 +178,7 @@
 		<hibernate-validator.version>7.0.1.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.2.4</metrics.version>
-		<mockito.version>4.2.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>