Skip to content

Commit a11faf9

Browse files
committed
Bump maven.version from 3.9.11 to 3.9.12 (and add JDK 25)
1 parent 416b0c8 commit a11faf9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
maven: [ '3.8.9', '3.9.11' ]
16-
java: [ '17', '21' ]
15+
maven: [ '3.8.9', '3.9.12' ]
16+
java: [ '17', '21', '25' ]
1717
os: [ 'ubuntu-latest', 'windows-latest' ]
1818
runs-on: ${{ matrix.os }}
1919
steps:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ under the License.
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9494

95-
<maven.version>3.9.11</maven.version>
95+
<maven.version>3.9.12</maven.version>
9696
<maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version>
9797
<maven-reporting-api.version>4.0.0</maven-reporting-api.version>
9898
<doxia.version>2.0.0</doxia.version>

0 commit comments

Comments
 (0)