This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new d0379d7d2c2 CAUSEWAY-2445: bumps maven 3.9.11 -> 3.9.12 (CI)
d0379d7d2c2 is described below
commit d0379d7d2c27bc7841607293855a9dd24540d6f1
Author: andi-huber <[email protected]>
AuthorDate: Wed Jan 7 10:01:34 2026 +0100
CAUSEWAY-2445: bumps maven 3.9.11 -> 3.9.12 (CI)
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 6a7e29db4a9..3275c2b04a0 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -63,11 +63,11 @@ jobs:
distribution: 'temurin'
java-version: 25
- - name: Set up Maven (3.9.11)
+ - name: Set up Maven (3.9.12)
if: matrix.language == 'java' && env.BRANCH_NAME == 'v3'
uses: stCarolas/setup-maven@v5
with:
- maven-version: 3.9.11
+ maven-version: 3.9.12
- name: Set up Maven (4.0.0-rc-5)
if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
uses: stCarolas/setup-maven@v5