Use Maven 3.9.10 for CI build (#18769)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/18733/merge
Holger Friedrich 2025-06-12 18:53:07 +02:00 committed by GitHub
parent 573ae2ccfe
commit dc3f53c0d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
java: [ '21' ]
maven: [ '3.9.9' ]
maven: [ '3.9.10' ]
os: [ 'ubuntu-24.04' ]
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}