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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee447ca2 Updates (#589)
ee447ca2 is described below

commit ee447ca210b7dede1ed3b4c13abf00ea2e39814e
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Oct 24 13:00:42 2024 +0200

    Updates (#589)
    
    Issues:
    https://issues.apache.org/jira/browse/MRESOLVER-620
    https://issues.apache.org/jira/browse/MRESOLVER-621
    https://issues.apache.org/jira/browse/MRESOLVER-622
---
 maven-resolver-tools/pom.xml | 2 +-
 pom.xml                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-resolver-tools/pom.xml b/maven-resolver-tools/pom.xml
index 164a24b3..67a176e3 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -138,7 +138,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>3.4.1</version>
+        <version>3.5.0</version>
         <executions>
           <execution>
             <id>render-configuration-page</id>
diff --git a/pom.xml b/pom.xml
index f920e5db..92b58eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,10 +111,10 @@
     <versions.junit5>5.11.2</versions.junit5>
 
     <!-- Used by Jetty Transport (client) and Test HTTP (server) -->
-    <jettyVersion>10.0.22</jettyVersion>
+    <jettyVersion>10.0.24</jettyVersion>
     <!-- used by supplier and demo only -->
     <maven3Version>3.9.9</maven3Version>
-    <maven4Version>4.0.0-beta-3</maven4Version>
+    <maven4Version>4.0.0-beta-5</maven4Version>
     <minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
     <!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration 
(but cannot directly, as this below is range) -->
     <minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion>

Reply via email to