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 af5be5e43e1 CAUSEWAY-3952: [v2] bumps archunit 1.3.0->1.3.2
af5be5e43e1 is described below
commit af5be5e43e13fc55341df62c1b31733400698bd5
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 09:26:49 2026 +0100
CAUSEWAY-3952: [v2] bumps archunit 1.3.0->1.3.2
enables build on JDK25
see https://github.com/TNG/ArchUnit/releases/tag/v1.3.2
---
.github/workflows/ci-v2-verify.yml | 4 ++--
bom/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-v2-verify.yml
b/.github/workflows/ci-v2-verify.yml
index eaa9f3af844..1b9c5fb0c8c 100644
--- a/.github/workflows/ci-v2-verify.yml
+++ b/.github/workflows/ci-v2-verify.yml
@@ -30,11 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v6
- - name: Set up JDK 21
+ - name: Set up JDK 25
uses: actions/setup-java@v4
with:
distribution: 'zulu'
- java-version: 21
+ java-version: 25
- name: Print Maven Version
run: mvn --version
diff --git a/bom/pom.xml b/bom/pom.xml
index ed6d0976be6..0c2b9e1842f 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -89,7 +89,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<!-- LIBRARY DEPENDENCIES -->
- <archunit.version>1.3.0</archunit.version>
+ <archunit.version>1.3.2</archunit.version>
<asciidoctorj.version>2.5.13</asciidoctorj.version>
<asm.version>9.7</asm.version> <!-- keep in sync with
org.eclipse.persistence:org.eclipse.persistence.asm -->
<approvaltests.version>24.2.0</approvaltests.version>