RUN-3894: Update Bouncy Castle to 1.79 for CVE-2025-8916 #64
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.
@ -0,0 +1,68 @@
Update Bouncy Castle to 1.79 for CVE-2025-8916
Summary
Upgrades Bouncy Castle dependencies from 1.69 to 1.79 to address security vulnerability CVE-2025-8916 and align with upcoming Grails 7 project standards.
Motivation
org.bouncycastle:bcprov-jdk15on:1.69(transitive dependency via redline-rpm)Changes
bouncyCastleVersion=1.79togradle.propertiesfiles (buildSrc and root)bcpg-jdk15on:1.69→bcpg-jdk18on:1.79bcprov-jdk15on:1.69→bcprov-jdk18on:1.79Technical Details
Vulnerability Path
Resolution Strategy
Uses Gradle's
resolutionStrategywith:Why jdk18on?
Testing
bcpg-jdk15on:1.69 -> bcpg-jdk18on:1.79Verification
To verify the fix:
Expected output:
Context
Risk Assessment
Low Risk - Version 1.79 is a minor update with bug fixes and security patches, maintaining full backward compatibility with the OpenPGP APIs used by redline-rpm.
Related Issues