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 6ff3a821e7 [MNG-8125][MNG-8126][MNG-8127] Mild updates (#1533)
6ff3a821e7 is described below

commit 6ff3a821e73ad5fa3fa30e40c51b161139573c15
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed May 22 11:34:30 2024 +0200

    [MNG-8125][MNG-8126][MNG-8127] Mild updates (#1533)
    
    Changes:
    * buildhelper-m-p 3.6.0
    * logback-classic to 1.2.13
    * guava to 33.2.0-jre
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-8125
    https://issues.apache.org/jira/browse/MNG-8126
    https://issues.apache.org/jira/browse/MNG-8127
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39a4908f48..091742e610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,8 +138,8 @@ 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>32.0.1-jre</guavaVersion>
-    <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
+    <guavaVersion>33.2.0-jre</guavaVersion>
+    <guavafailureaccessVersion>1.0.2</guavafailureaccessVersion>
     <wagonVersion>3.5.3</wagonVersion>
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
@@ -365,7 +365,7 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.12</version>
+        <version>1.2.13</version>
         <optional>true</optional>
       </dependency>
       <!--  Wagon -->
@@ -630,7 +630,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

Reply via email to