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

ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new 8d5eaa14726 CAUSEWAY-3952: [v2] switch zulu->temurin (CI)
8d5eaa14726 is described below

commit 8d5eaa1472635663964ffdc3507f7658e5cdd265
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 09:47:03 2026 +0100

    CAUSEWAY-3952: [v2] switch zulu->temurin (CI)
    
    also bumps several maven plugins
---
 .github/workflows/ci-v2-verify.yml |  8 ++++----
 bom/pom.xml                        | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/ci-v2-verify.yml 
b/.github/workflows/ci-v2-verify.yml
index 1b9c5fb0c8c..8cd0f1c63f9 100644
--- a/.github/workflows/ci-v2-verify.yml
+++ b/.github/workflows/ci-v2-verify.yml
@@ -30,17 +30,17 @@ jobs:
     steps:
     - uses: actions/checkout@v6
 
-    - name: Set up JDK 25
-      uses: actions/setup-java@v4
+    - name: Set up JDK (temurin 25)
+      uses: actions/setup-java@v5
       with:
-        distribution: 'zulu'
+        distribution: 'temurin'
         java-version: 25
 
     - name: Print Maven Version
       run: mvn --version
 
     - name: Activate Cache for Maven Downloads
-      uses: actions/cache@v4
+      uses: actions/cache@v5
       env:
         # change the cache-name if we want to rebuild the cache
         # can be reset via github action page
diff --git a/bom/pom.xml b/bom/pom.xml
index 0c2b9e1842f..aacfd1bde23 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -80,12 +80,12 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                
<datanucleus-maven-plugin.verbose>false</datanucleus-maven-plugin.verbose>
                
<datanucleus-maven-plugin.fork>false</datanucleus-maven-plugin.fork>
 
-               
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
-               <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
-               
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
-               
<maven-surefire-report-plugin.version>3.2.5</maven-surefire-report-plugin.version>
+        <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
+        <maven-source-plugin.version>3.4.0</maven-source-plugin.version>
+        <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
+        
<maven-surefire-report-plugin.version>3.5.4</maven-surefire-report-plugin.version>
         <!--  for surefire, failsafe and surefire-report  -->
-        <maven.plugin.tools.version>3.13.1</maven.plugin.tools.version>
+        <maven.plugin.tools.version>3.15.2</maven.plugin.tools.version>
 
         <!-- LIBRARY DEPENDENCIES -->
 
@@ -159,7 +159,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
         <junit-platform.version>1.10.2</junit-platform.version>
 
         <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
-        <lombok.version>1.18.32</lombok.version> <!-- overriding Spring -->
+        <lombok.version>1.18.42</lombok.version> <!-- overriding Spring -->
 
         <maven-release-plugin.version>3.0.1</maven-release-plugin.version>
         <momentjs.version>2.29.4</momentjs.version> <!-- keep in sync: 
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
 -->

Reply via email to