From c0830f0917ae0ada605f2fe4632bbb4321fef6bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:41:59 +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 actions/setup-java from 3 to 4 (#47) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#48) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#49) bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#50) bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#51) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#52) bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#53) --- .github/workflows/ci.yaml | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 919c6c5..93d1f9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: zulu diff --git a/pom.xml b/pom.xml index d087ee3..be18c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ maven-compiler-plugin - 3.11.0 + 3.12.1 maven-jar-plugin @@ -80,15 +80,15 @@ maven-javadoc-plugin - 3.6.2 + 3.6.3 maven-surefire-plugin - 3.2.2 + 3.2.5 maven-gpg-plugin - 3.1.0 + 3.2.0 maven-install-plugin