Skip to content

Commit 81b2de7

Browse files
authored
ARIES-2165: Test blueprint-maven-plugin on java 25 (#783)
1 parent bb53e24 commit 81b2de7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blueprint-maven-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
os: [ ubuntu-latest ]
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}

blueprint-maven-plugin/blueprint-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<osgi.cmpn.version>7.0.0</osgi.cmpn.version>
6666
<plexus-build-api.version>1.2.0</plexus-build-api.version>
6767
<plexus-classworlds.version>2.9.0</plexus-classworlds.version>
68-
<xbean-finder-shaded.version>4.26</xbean-finder-shaded.version>
68+
<xbean-finder-shaded.version>4.30</xbean-finder-shaded.version>
6969
</properties>
7070

7171
<scm>

0 commit comments

Comments
 (0)