Use Maven 3.9.10 for CI build (#4840)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/4841/head
Holger Friedrich 2025-06-07 16:20:33 +02:00 committed by GitHub
parent 6b49739830
commit a9069385e5
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 }}