⬆️ Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84#3965
Merged
binarywang merged 1 commit intodevelopfrom Apr 19, 2026
Merged
Conversation
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>
🤖 Augment PR SummarySummary: Bumps the managed Bouncy Castle PKIX dependency ( 🤖 Was this summary useful? React with 👍 or 👎 |
| @@ -335,7 +335,7 @@ | |||
| <dependency> | |||
| <groupId>org.bouncycastle</groupId> | |||
There was a problem hiding this comment.
这里将 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.84.
Changelog
Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.