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

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


The following commit(s) were added to refs/heads/mvnd-1.x by this push:
     new 36df9918 Maven 3.9.12/Resolver 1.9.25 (#1502)
36df9918 is described below

commit 36df991807c731f9d5e50361238819f49ceec6c5
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Dec 18 22:23:55 2025 +0100

    Maven 3.9.12/Resolver 1.9.25 (#1502)
    
    Changes:
    * Maven 3.9.12/Resolver 1.9.25 (wrapper too)
    * JUnit update to latest 5.x
    * Tidy up some files
    
    Fixes #1500
---
 .github/dependabot.yml                | 6 ++----
 .mvn/maven.config                     | 4 +---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 pom.xml                               | 7 ++++---
 4 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f953cca2..40eb57c6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,12 +17,10 @@
 version: 2
 updates:
 
-  - package-ecosystem: maven
+  - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: daily
-      time: '04:00'
-    open-pull-requests-limit: 10
+      interval: "daily"
 
   - package-ecosystem: "github-actions"
     directory: "/"
diff --git a/.mvn/maven.config b/.mvn/maven.config
index 4230c241..792d6005 100644
--- a/.mvn/maven.config
+++ b/.mvn/maven.config
@@ -1,3 +1 @@
--Dmaven.wagon.httpconnectionManager.ttlSeconds=120
--Dmaven.wagon.http.retryHandler.requestSentEnabled=true
--Dmaven.wagon.http.retryHandler.count=10
+#
diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 2f94e616..6e0d8dad 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -16,4 +16,4 @@
 # under the License.
 wrapperVersion=3.3.2
 distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
diff --git a/pom.xml b/pom.xml
index 07b78184..4ddbfd95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,11 +81,11 @@
     <graalvm.version>25.0.1</graalvm.version>
     <graalvm.plugin.version>0.11.3</graalvm.plugin.version>
     <groovy.version>5.0.3</groovy.version>
-    <jakarta.inject.version>1.0</jakarta.inject.version>
+    <jakarta.inject.version>1.0.5</jakarta.inject.version>
     <jline.version>3.30.6</jline.version>
     <maven.version>3.9.12</maven.version>
     <!-- Keep in sync with Maven -->
-    <maven.resolver.version>1.9.24</maven.resolver.version>
+    <maven.resolver.version>1.9.25</maven.resolver.version>
     <slf4j.version>1.7.36</slf4j.version>
     <sisu.version>0.9.0.M4</sisu.version>
 
@@ -93,7 +93,8 @@
     <buildnumber-maven-plugin.version>3.2.1</buildnumber-maven-plugin.version>
     <groovy-maven-plugin.version>4.2.1</groovy-maven-plugin.version>
     <mrm.version>1.7.0</mrm.version>
-    <junit-platform-launcher.version>1.10.3</junit-platform-launcher.version>
+    <versions.junit5>5.14.1</versions.junit5>
+    <junit-platform-launcher.version>1.14.1</junit-platform-launcher.version>
     <takari-provisio.version>1.1.1</takari-provisio.version>
 
     <picocli.version>4.7.7</picocli.version>

Reply via email to