From 1b0070884527454abf768347f226f108e5b261fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:19:12 +0000 Subject: [PATCH 1/2] Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases) - [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.7.0...modernizer-maven-plugin-2.8.0) --- updated-dependencies: - dependency-name: org.gaul:modernizer-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1cbdd9..9f196f1 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ org.gaul modernizer-maven-plugin - 2.7.0 + 2.8.0 ${targetJdk} From 605bef7c190f8c06c22ee0205969a3f61eb59616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Mon, 26 Feb 2024 09:11:18 +0100 Subject: [PATCH 2/2] Requiring Maven >= 3.9.5 to build --- .github/workflows/ci.yml | 5 +++++ .github/workflows/pr.yml | 5 +++++ pom.xml | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4ddf0..c49b3d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,11 @@ jobs: distribution: 'zulu' java-version: 8 + - name: Setup Maven + uses: stCarolas/setup-maven@v5 + with: + maven-version: 3.9.6 + - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 407f4a1..569e1db 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,6 +37,11 @@ jobs: distribution: 'zulu' java-version: 8 + - name: Setup Maven + uses: stCarolas/setup-maven@v5 + with: + maven-version: 3.9.6 + - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/pom.xml b/pom.xml index 9f196f1..a910fe4 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,30 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + default-cli + + enforce + + + + + ${targetJdk} + + + 3.9.5 + + + + + + + org.gaul modernizer-maven-plugin