Skip to content

Commit 8b0eb88

Browse files
dlvenablegithub-actions[bot]
authored andcommitted
Updates BouncyCastle to 1.81, fixing CVE-2025-8916. (#6000)
Signed-off-by: David Venable <[email protected]> (cherry picked from commit ea11b96)
1 parent 8bc4a11 commit 8b0eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
5050
library('spring-core', 'org.springframework', 'spring-core').versionRef('spring')
5151
library('spring-context', 'org.springframework', 'spring-context').versionRef('spring')
5252
library('spring-web', 'org.springframework', 'spring-web').versionRef('spring')
53-
version('bouncycastle', '1.78.1')
53+
version('bouncycastle', '1.81')
5454
library('bouncycastle-bcprov', 'org.bouncycastle', 'bcprov-jdk18on').versionRef('bouncycastle')
5555
library('bouncycastle-bcpkix', 'org.bouncycastle', 'bcpkix-jdk18on').versionRef('bouncycastle')
5656
version('guava', '32.1.2-jre')

0 commit comments

Comments
 (0)