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

sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 417fdff  Use Maven 3.9.12 as default
417fdff is described below

commit 417fdff72db17fcbafd5f8d2471360e9b39f4ae3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Dec 18 19:08:22 2025 +0100

    Use Maven 3.9.12 as default
---
 .github/workflows/maven-verify-test.yml | 2 +-
 .github/workflows/maven-verify.yml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml 
b/.github/workflows/maven-verify-test.yml
index 9b158fb..f6b2585 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -39,7 +39,7 @@ jobs:
       ff-jdk: '21'
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.9.11" ]'
+      maven-matrix: '[ "3.9.12" ]'
 
   # test with Maven 4
   verify-3:
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 5fc9402..246657c 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
       maven-matrix:
         description: The Maven version matrix as json array
         required: false
-        default: '[ "3.9.11" ]'
+        default: '[ "3.9.12" ]'
         type: string
 
       maven4-version:
@@ -114,7 +114,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.11'
+        default: '3.9.12'
         type: string
 
       ff-jdk:

Reply via email to