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

cstamas pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new a2fa050d9b Dependency updates (#1560)
a2fa050d9b is described below

commit a2fa050d9b61f1929742e295c1b5522608aa6c84
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Jun 5 18:10:53 2024 +0200

    Dependency updates (#1560)
    
    Changes:
    * commons-cli 1.8.0
    * guava 32.2.1-jre
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-8144
    https://issues.apache.org/jira/browse/MNG-8143
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9aa7e3847c..71d0688ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <version.sisu-maven-plugin>0.9.0.M3</version.sisu-maven-plugin>
     <classWorldsVersion>2.8.0</classWorldsVersion>
-    <commonsCliVersion>1.7.0</commonsCliVersion>
+    <commonsCliVersion>1.8.0</commonsCliVersion>
     <commonsIoVersion>2.16.1</commonsIoVersion>
     <commonsLangVersion>3.14.0</commonsLangVersion>
     <junitVersion>4.13.2</junitVersion>
@@ -139,7 +139,7 @@ under the License.
     <!-- Blocked by 3.4.0+ changes, see MNG-7710, downgrade from parent 4.0.1 
-->
     <version.plexus-utils>3.5.1</version.plexus-utils>
     <guiceVersion>5.1.0</guiceVersion>
-    <guavaVersion>33.2.0-jre</guavaVersion>
+    <guavaVersion>33.2.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.2</guavafailureaccessVersion>
     <wagonVersion>3.5.3</wagonVersion>
     <securityDispatcherVersion>2.0</securityDispatcherVersion>

Reply via email to