From 1569cff6b4b04e0fcf6ff80356109fb9f04b79e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Tue, 18 Nov 2025 11:25:45 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20Github=20Action=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f12bf93..4df179d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 - name: Set up Apache Maven Central uses: actions/setup-java@v5.0.0 -- Gitee From 94f0d72c5f0ba7348d5911cbd9937f1880f1b5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sun, 18 Jan 2026 13:10:15 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[=E5=8D=87=E7=BA=A7]=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=20Github=20Action=20=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4df179d..3b684eb 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Set up Apache Maven Central - uses: actions/setup-java@v5.0.0 + uses: actions/setup-java@v5.1.0 with: distribution: 'liberica' java-version: '17' -- Gitee From 0228db6d36b14b8dfefcd2a86ba7dfdc792fc89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Fri, 23 Jan 2026 11:32:38 +0800 Subject: [PATCH 3/4] update Github Action plugins version --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3b684eb..4e9e54d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set up Apache Maven Central - uses: actions/setup-java@v5.1.0 + uses: actions/setup-java@v5.2.0 with: distribution: 'liberica' java-version: '17' -- Gitee From e247a6c6b3390788839b4f82c67f573424d6dde1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Fri, 23 Jan 2026 12:10:14 +0800 Subject: [PATCH 4/4] Release 2.0.0 --- pom.xml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 2686f0f..ccd974d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.herodotus.opensteward JustAuth - 1.18.2 + 2.0.0 JustAuth https://gitee.com/yadong.zhang/JustAuth @@ -54,19 +54,17 @@ false - 0.9.0 - 2.7 - 0.8.14 + 0.10.0 3.14.1 3.2.8 3.12.0 - 3.3.1 + 3.4.0 3.5.4 - 4.40.467.ALL - 1.82 - 1.82 - 2.0.59 + 4.40.630.ALL + 1.83 + 1.83 + 2.0.60 33.5.0-jre 0.13.0 4.13.2 @@ -342,14 +340,6 @@ org.apache.maven.plugins maven-source-plugin - - org.codehaus.mojo - cobertura-maven-plugin - - - org.jacoco - jacoco-maven-plugin - org.apache.maven.plugins maven-gpg-plugin -- Gitee