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 3d188a45cb  WICKET-7053: Update Guice to 7.0.0 (javax -> jakarta)
3d188a45cb is described below

commit 3d188a45cb1174ad34fe71428e6ec8adaa3b2520
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon May 15 08:35:29 2023 +0300

     WICKET-7053: Update Guice to 7.0.0 (javax -> jakarta)
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2348de248d..8a9b05298e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,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>7.0.0-rc1</guice.version>
+               <guice.version>7.0.0</guice.version>
                <el-impl.version>2.2.1-b05</el-impl.version>
                <forbiddenapis.version>3.4</forbiddenapis.version>
                <jacoco.version>0.8.7</jacoco.version>

Reply via email to