deps: update dependency org.bouncycastle:bcpkix-jdk18on to v1.86 - #4938
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the bcpkix-jdk18on dependency version in pom.xml from 1.85 to 1.86. However, a review comment points out that this creates a version mismatch with bcutil-jdk18on (which remains at 1.85). Because Bouncy Castle libraries are highly interdependent, this mismatch could lead to runtime issues such as NoSuchMethodError or ClassCastException. It is recommended to align all Bouncy Castle dependencies to the same version.
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcpkix-jdk18on</artifactId> | ||
| <version>1.85</version> | ||
| <version>1.86</version> |
There was a problem hiding this comment.
Updating bcpkix-jdk18on to 1.86 while bcutil-jdk18on remains at 1.85 (line 109) creates a version mismatch. Bouncy Castle libraries are highly interdependent, and mismatched versions frequently cause runtime issues such as NoSuchMethodError or ClassCastException. To prevent this, all Bouncy Castle dependencies should be aligned to the same version.
e4713f2 to
bca8cee
Compare
bca8cee to
7980acc
Compare
93fa1a3
into
GoogleCloudPlatform:postgresql-dialect
This PR contains the following updates:
1.85→1.86Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.