This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 81b2de767 ARIES-2165: Test blueprint-maven-plugin on java 25 (#783)
81b2de767 is described below
commit 81b2de76725067f3535593b1cf16fb55b3d66f0a
Author: Dominik Przybysz <[email protected]>
AuthorDate: Thu Jan 29 23:19:57 2026 +0100
ARIES-2165: Test blueprint-maven-plugin on java 25 (#783)
---
.github/workflows/blueprint-maven-plugin.yml | 2 +-
blueprint-maven-plugin/blueprint-maven-plugin/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/blueprint-maven-plugin.yml
b/.github/workflows/blueprint-maven-plugin.yml
index 09f2e12ec..99722eb78 100644
--- a/.github/workflows/blueprint-maven-plugin.yml
+++ b/.github/workflows/blueprint-maven-plugin.yml
@@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 25 ]
os: [ ubuntu-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
diff --git a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml
b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml
index dcdc732cc..d0c8619c2 100644
--- a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml
+++ b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml
@@ -65,7 +65,7 @@
<osgi.cmpn.version>7.0.0</osgi.cmpn.version>
<plexus-build-api.version>1.2.0</plexus-build-api.version>
<plexus-classworlds.version>2.9.0</plexus-classworlds.version>
- <xbean-finder-shaded.version>4.26</xbean-finder-shaded.version>
+ <xbean-finder-shaded.version>4.30</xbean-finder-shaded.version>
</properties>
<scm>