From b2830ded73531de4cd6770ca00d45a48182f4429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 23:33:49 +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 maven-surefire-plugin from 3.0.0 to 3.1.0 (#6) bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7) bump kotest.version from 5.6.1 to 5.6.2 (#8) bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9) bump maven-source-plugin from 3.2.1 to 3.3.0 (#10) bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11) bump kotlin.version from 1.8.21 to 1.8.22 (#12) bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13) bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14) bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15) bump kotlin.version from 1.8.22 to 1.9.0 (#16) bump junit-bom from 5.9.3 to 5.10.0 (#17) bump kotlin.version from 1.9.0 to 1.9.10 (#18) bump maven-enforcer-plugin (#19) bump kotest.version from 5.6.2 to 5.7.2 (#21) bump maven-enforcer-plugin (#22) bump maven-javadoc-plugin (#23) bump maven-shade-plugin (#24) bump spotbugs-maven-plugin (#25) bump spotbugs-annotations 4.7.3 to 4.8.0 (#26) bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27) bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28) bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29) bump maven-clean-plugin 3.3.1 to 3.3.2 (#30) bump kotlin.version from 1.9.10 to 1.9.20 (#31) bump kotest.version from 5.7.2 to 5.8.0 (#32) bump junit-bom from 5.10.0 to 5.10.1 (#33) bump spotbugs-annotations 4.8.0 to 4.8.1 (#34) bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36) bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35) bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37) bump annotations from 24.0.1 to 24.1.0 (#38) bump kotlin.version from 1.9.20 to 1.9.21 (#39) bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40) bump actions/setup-java from 3 to 4 (#41) bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42) bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43) bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44) bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45) bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46) bump kotlin.version from 1.9.21 to 1.9.22 (#47) bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48) bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49) bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50) bump codecov/codecov-action from 3 to 4 (#51) bump junit-bom from 5.10.1 to 5.10.2 (#52) --- .github/dependabot.yml | 4 ++++ .github/workflows/ci.yml | 17 ++++++++--------- pom.xml | 32 ++++++++++++++++---------------- 3 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b06320..ea8f494 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815eb0a..b3293d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,23 +12,22 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 64 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 with: distribution: zulu java-version: ${{ matrix.java }} cache: maven - run: ./mvnw -V --no-transfer-progress clean package - if: matrix.java < 17 + if: matrix.java != 17 - run: ./mvnw -V --no-transfer-progress clean package spotbugs:check git-commit-id:validateRevision -DperformRelease - if: matrix.java >= 17 + if: matrix.java == 17 # https://github.com/marketplace/actions/codecov - - uses: codecov/codecov-action@v3 - with: - name: codecov-umbrella - token: ${{ secrets.CODECOV_TOKEN }} + - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/pom.xml b/pom.xml index e9b8340..6203a38 100644 --- a/pom.xml +++ b/pom.xml @@ -55,16 +55,16 @@ false 17 - 4.7.3 + 4.8.3 3.0.2 - 24.0.1 + 24.1.0 - 1.8.21 + 1.9.22 ${maven.compiler.source} - 5.9.3 - 5.6.1 + 5.10.2 + 5.8.0 @@ -271,7 +271,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.2 org.apache.maven.plugins @@ -293,7 +293,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 @@ -305,7 +305,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.2.5 org.apache.maven.plugins @@ -315,7 +315,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.5.1 true @@ -326,17 +326,17 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins @@ -356,22 +356,22 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 io.github.git-commit-id git-commit-id-maven-plugin - 5.0.0 + 7.0.0 com.github.spotbugs spotbugs-maven-plugin - 4.7.3.4 + 4.8.3.0 org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11