From c6a00cef27533f02e9b1450739c7a3186a4e5450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:09:06 +0100 Subject: [PATCH] Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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] * Requiring Maven >= 3.9.5 to build --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesco Chicchiriccò --- .github/workflows/ci.yml | 5 +++++ .github/workflows/pr.yml | 5 +++++ pom.xml | 26 +++++++++++++++++++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d69f2dd..c2351b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,11 @@ jobs: distribution: 'zulu' java-version: 11 + - 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 44122d5..979eaef 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -30,6 +30,11 @@ jobs: distribution: 'zulu' java-version: 11 + - 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 ec1ead0..9b60ded 100644 --- a/pom.xml +++ b/pom.xml @@ -176,10 +176,34 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + default-cli + + enforce + + + + + ${targetJdk} + + + 3.9.5 + + + + + + + org.gaul modernizer-maven-plugin - 2.7.0 + 2.8.0 ${targetJdk}