-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
⬆️ Bump org.bouncycastle:bcprov-jdk18on from 1.80 to 1.84 in /weixin-java-cp #3966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,7 +96,7 @@ | |
| <dependency> | ||
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcprov-jdk18on</artifactId> | ||
| <version>1.80</version> | ||
| <version>1.84</version> | ||
| </dependency> | ||
|
Comment on lines
96
to
99
|
||
|
|
||
| <dependency> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weixin-java-cp/pom.xml:99— This bumpsbcprov-jdk18onto 1.84, but the rootpom.xmlstill managesbcpkix-jdk18onat 1.80; mixing BouncyCastle versions can lead to dependency convergence issues or runtimeNoSuchMethodErrorwhen multiple modules are used together. Consider aligning the BouncyCastle artifact versions across the build to avoid a split-brain dependency tree.Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.