From ce2ea9defb4c0c423d0f2bbb55782d959fa2fa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 01:45:29 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20upgrade=20dependencies/plugins?= =?UTF-8?q?=20=F0=9F=9B=A0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump versions-maven-plugin from 2.12.0 to 2.13.0 (#33) bump maven-install-plugin from 3.0.1 to 3.1.0 (#34) bump versions-maven-plugin from 2.13.0 to 2.14.0 (#35) bump versions-maven-plugin from 2.14.0 to 2.14.1 (#36) bump versions-maven-plugin from 2.14.1 to 2.14.2 (#37) bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#38) bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#39) bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#40) bump versions-maven-plugin from 2.14.2 to 2.15.0 (#41) bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#42) bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#43) bump maven-resources-plugin from 3.3.0 to 3.3.1 (#44) bump maven-install-plugin from 3.1.0 to 3.1.1 (#45) bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#46) bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#47) bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#48) bump maven-source-plugin from 3.2.1 to 3.3.0 (#49) bump versions-maven-plugin from 2.15.0 to 2.16.0 (#50) bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#51) bump maven-clean-plugin from 3.2.0 to 3.3.1 (#52) bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#53) bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#54) bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#55) bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 (#56) bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#57) bump maven-clean-plugin from 3.3.1 to 3.3.2 (#58) bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#59) bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#60) bump actions/checkout from 2 to 4 (#61) bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#62) bump actions/setup-java from 3 to 4 (#63) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#64) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#65) --- .github/dependabot.yml | 4 ++++ .github/workflows/ci.yaml | 8 ++++---- pom.xml | 20 ++++++++++---------- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a217b34..d8fa8a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac94dd3..b061f58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ # https://docs.github.com/en/actions/quickstart name: CI -on: [ push, pull_request ] +on: [ push, pull_request, workflow_dispatch ] jobs: test: runs-on: ${{ matrix.os }} @@ -10,14 +10,14 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 64 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: 'zulu' diff --git a/pom.xml b/pom.xml index 853758c..a5ef3ad 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 org.apache.maven.plugins @@ -67,7 +67,7 @@ maven-enforcer-plugin - 3.1.0 + 3.4.1 enforce-maven @@ -90,7 +90,7 @@ --> org.codehaus.mojo versions-maven-plugin - 2.12.0 + 2.16.2 file://${maven.multiModuleProjectDirectory}/src/versions-rules.xml false @@ -101,23 +101,23 @@ maven-clean-plugin - 3.2.0 + 3.3.2 maven-resources-plugin - 3.3.0 + 3.3.1 maven-source-plugin - 3.2.1 + 3.3.0 maven-javadoc-plugin - 3.4.1 + 3.6.3 maven-surefire-plugin - 2.22.2 + 3.2.3 maven-site-plugin @@ -125,11 +125,11 @@ maven-install-plugin - 3.0.1 + 3.1.1 maven-deploy-plugin - 3.0.0 + 3.1.1