Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override bouncycastle transient dependency
Browse files Browse the repository at this point in the history
joaocsf committed May 2, 2024
1 parent a7613ea commit 5a118b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion io/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import Dependencies._

libraryDependencies ++= Seq(
AwsJavaSdkS3,
AwsJavaSdkCore,
AwsJavaSdkS3,
// FIX: Explicitly override transient bouncy castle versions from `sshj`: https://security.snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-6612984
BouncyCastlePkix,
BouncyCastleProvider,
ScalaCollectionCompat,
ScalaLogging,
ScalaPool,

0 comments on commit 5a118b8

Please sign in to comment.