This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-7777-guice6
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 1b8964f37b3f0bce098ee4711966d5669f72e7b4
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Apr 29 13:33:44 2023 +0200

    [MNG-7777] Upgrade Guice to 6 - adds support to jakarta.inject (WIP)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a2df428e..666b99129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@ under the License.
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
     <!-- Blocked by 3.4.0+ changes, see MNG-7710 -->
     <plexusUtilsVersion>3.5.1</plexusUtilsVersion>
-    <guiceVersion>5.1.0</guiceVersion>
+    <guiceVersion>6.0.0-rc1</guiceVersion>
     <guavaVersion>31.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
     <wagonVersion>3.5.3</wagonVersion>

Reply via email to