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 7665056978302b815a310735bcac075f77628936 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Apr 29 13:33:44 2023 +0200 [MNG-7777] Upgrade Guice to 6.0.0-rc2 - 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 cb1f4c742..86c38a7df 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-rc4</guiceVersion> <guavaVersion>31.1-jre</guavaVersion> <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion> <wagonVersion>3.5.3</wagonVersion>