Skip to content

Commit 70eb1e0

Browse files
Use Maven 3.9.10 for CI build (#3219)
See release announcement https://lists.apache.org/thread/bh8hr89omrbw19ychrklyh3rompn1hj7 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent ac2d89a commit 70eb1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
java: [ '21' ]
22-
maven: [ '3.9.9' ]
22+
maven: [ '3.9.10' ]
2323
python: [ '3.12' ]
2424
os: [ 'ubuntu-24.04' ]
2525
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)