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

alien11689 pushed a commit to branch ARIES-2165-test-bmp-on-java-25
in repository https://gitbox.apache.org/repos/asf/aries.git

commit fb8cc82a63312b73e8b69108ef5214224a2f3ff2
Author: Dominik Przybysz <[email protected]>
AuthorDate: Thu Jan 29 23:09:37 2026 +0100

    ARIES-2165: Test blueprint-maven-plugin on java 25
---
 .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>

Reply via email to