This is an automated email from the ASF dual-hosted git repository. stbischof pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 873121c8a33475fdc8b61bf5230f8d01e49a4276 Author: Vaclav Haisman <vhais...@gmail.com> AuthorDate: Fri Dec 13 10:25:52 2024 +0100 GitHub CI Build: Use Maven 3.9.9. --- .github/workflows/maven-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 5ad2e54814..14f90af7c7 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Maven uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: - maven-version: 3.9.7 + maven-version: 3.9.9 - name: Check which subproject changed and build affected ones uses: dorny/paths-filter@v3 id: changes