From e9ca9659e1457330fd4b612c6153fd57f4435d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:13:30 +0000 Subject: [PATCH 1/2] :arrow_up: Bump org.bouncycastle:bcprov-jdk18on in /weixin-java-cp Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.80 to 1.84. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- weixin-java-cp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin-java-cp/pom.xml b/weixin-java-cp/pom.xml index e109b1c60..a421c91c2 100644 --- a/weixin-java-cp/pom.xml +++ b/weixin-java-cp/pom.xml @@ -96,7 +96,7 @@ org.bouncycastle bcprov-jdk18on - 1.80 + 1.84 From 38229b39c3df41a6fe8ed1295a26cd29948a4964 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:30:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=AE=A1=E7=90=86=20Boun?= =?UTF-8?q?cyCastle=20=E7=89=88=E6=9C=AC=E8=87=B3=E7=88=B6=20pom.xml?= =?UTF-8?q?=EF=BC=8C=E5=90=8C=E6=AD=A5=E5=8D=87=E7=BA=A7=20bcpkix/bcprov?= =?UTF-8?q?=20=E8=87=B3=201.84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/binarywang/WxJava/sessions/a329d84f-ac4f-49ba-bee1-ddf33ed35afd Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com> --- pom.xml | 8 +++++++- weixin-java-cp/pom.xml | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e3327e201..f3be56506 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,7 @@ 4.5.13 5.5.2 9.4.57.v20241219 + 1.84 @@ -335,7 +336,12 @@ org.bouncycastle bcpkix-jdk18on - 1.80 + ${bouncycastle.version} + + + org.bouncycastle + bcprov-jdk18on + ${bouncycastle.version} diff --git a/weixin-java-cp/pom.xml b/weixin-java-cp/pom.xml index a421c91c2..4d5d172ed 100644 --- a/weixin-java-cp/pom.xml +++ b/weixin-java-cp/pom.xml @@ -96,7 +96,6 @@ org.bouncycastle bcprov-jdk18on - 1.84