Skip to content

Commit b82cdfd

Browse files
chore: Bump Bouncy Castle to fix CVE-2025-8916 (#1452)
1 parent e854db1 commit b82cdfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "6674fe3", "specHash": "1ed059a", "version": "0.1.0" }
1+
{ "engineHash": "724276f", "specHash": "1ed059a", "version": "0.1.0" }

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
5757
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
5858
implementation "org.bitbucket.b_c:jose4j:0.9.4"
59-
implementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
60-
implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
59+
implementation "org.bouncycastle:bcprov-jdk18on:1.82"
60+
implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
6161
implementation "com.squareup.okhttp3:okhttp:4.12.0"
6262
implementation "com.github.luben:zstd-jni:1.5.7-2"
6363
testsCommonImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)