Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.85</version>
<version>1.86</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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.

</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand Down
Loading