From d4c18ee18f0ddd0dc577637f479c655c27333fa2 Mon Sep 17 00:00:00 2001 From: Anton Pinsky Date: Tue, 24 Oct 2023 23:59:25 +0200 Subject: [PATCH] [#620]Setup and use Maven 3.9.5; maybe this is temporary Signed-off-by: Anton Pinsky --- .github/workflows/maven.yml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 37888591..19c25ee5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,6 +24,10 @@ jobs: java_version: [ 11, 17 ] steps: + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 + with: + maven-version: 3.9.5 - name: Checkout for build uses: actions/checkout@v2.3.4 with: diff --git a/pom.xml b/pom.xml index d6c26e7a..0aedfbc8 100644 --- a/pom.xml +++ b/pom.xml @@ -581,7 +581,7 @@ [11,) - [3.9.4,) + [3.9.5,)