Skip to content

⬆️ Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84#3965

Merged
binarywang merged 1 commit intodevelopfrom
dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.84
Apr 19, 2026
Merged

⬆️ Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84#3965
binarywang merged 1 commit intodevelopfrom
dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.84

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84.

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.bouncycastle:bcpkix-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:bcpkix-jdk18on
  dependency-version: '1.84'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 16, 2026
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Apr 16, 2026

🤖 Augment PR Summary

Summary: Bumps the managed Bouncy Castle PKIX dependency (org.bouncycastle:bcpkix-jdk18on) from 1.80 to 1.84 to pick up upstream fixes/updates.
Change: Updates the dependency version in the root pom.xml dependencyManagement section.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@binarywang binarywang requested a review from Copilot April 19, 2026 14:24
@binarywang binarywang merged commit 4e039d6 into develop Apr 19, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.84 branch April 19, 2026 14:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 通过 Dependabot 将父工程 dependencyManagement 中的 Bouncy Castle 依赖版本升级,以便各子模块在使用 bcpkix-jdk18on 时统一获得更新版本的安全/修复改动。

Changes:

  • org.bouncycastle:bcpkix-jdk18on1.80 升级到 1.84

Comment thread pom.xml
@@ -335,7 +335,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
Copy link

Copilot AI Apr 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里将 bcpkix-jdk18on 升级到 1.84 后,仓库内仍有模块(如 weixin-java-cp/pom.xml)显式固定 bcprov-jdk18on 为 1.80,可能导致同一模块里 bcpkix 与 bcprov 版本不一致(Maven 会优先选择更“近”的 direct 依赖),从而引发运行期/签名不兼容问题。建议同步对 bcprov-jdk18on 做版本统一(例如在父 pom 的 dependencyManagement 中也管理 bcprov 版本并更新/移除子模块里的旧版本声明),确保 bcpkix/bcprov 保持同一版本线。

Suggested change
<groupId>org.bouncycastle</groupId>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.84</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>

Copilot uses AI. Check for mistakes.
@binarywang binarywang added this to the 4.8.3 milestone Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants