Skip to content

Commit

Permalink
[FFM-11502] - Update BC to 1.78.1
Browse files Browse the repository at this point in the history
What
Update to latest BC since STO is breaking the build

Why
STO is flagging CVE-2024-34447, CVE-2024-29857, CVE-2024-30171, CVE-2024-30172

Testing
Manual
  • Loading branch information
andybharness committed May 15, 2024
1 parent f9ebacf commit 0805e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {
library('okhttp3-mockwebserver', 'com.squareup.okhttp3', 'mockwebserver').versionRef('okhttp3')

// examples
library('bc', 'org.bouncycastle:bcpkix-jdk18on:1.77')
library('bc', 'org.bouncycastle:bcpkix-jdk18on:1.78.1')
library('harness.ff.sdk', 'io.harness', 'ff-java-server-sdk').versionRef('sdk')

// plugins
Expand Down

0 comments on commit 0805e42

Please sign in to comment.