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/07/20 13:02:00 UTC

[wicket] branch master updated: WICKET-6907 Upgrade Guice to 5.x

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 a9d13a9  WICKET-6907 Upgrade Guice to 5.x
a9d13a9 is described below

commit a9d13a92bef3b2b807000edbab7af981db0362cd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jul 20 16:01:37 2021 +0300

    WICKET-6907 Upgrade Guice to 5.x
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a7e8b9..d940dab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
 		<commons-fileupload.version>1.4</commons-fileupload.version>
 		<commons-io.version>2.8.0</commons-io.version>
 		<commons-lang3.version>3.12.0</commons-lang3.version>
-		<guice.version>4.2.3</guice.version>
+		<guice.version>5.0.1</guice.version>
 		<el-impl.version>2.2.1-b05</el-impl.version>
 		<forbiddenapis.version>3.1</forbiddenapis.version>
 		<jacoco.version>0.8.7</jacoco.version>