Skip to content

Commit

Permalink
bump: protobuf-java 3.24.0 in Kinesis (#3026)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 20, 2023
1 parent a499d43 commit 98dda52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ object Dependencies {

val AwsSdk2Version = "2.17.295"
val AwsSpiAkkaHttpVersion = "1.0.1"
val ProtobufJavaVersion = "3.21.12"
// Sync with plugins.sbt
val AkkaGrpcBinaryVersion = "2.4"
// sync ignore prefix in scripts/link-validator.conf#L30
Expand Down Expand Up @@ -340,6 +339,7 @@ object Dependencies {
) ++ JacksonDatabindDependencies
)

val KinesisProtobufJavaVersion = "3.24.0" // sync with Akka gRPC
val Kinesis = Seq(
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
Expand All @@ -350,7 +350,7 @@ object Dependencies {
"software.amazon.awssdk" % "kinesis" % AwsSdk2Version, // ApacheV2
"software.amazon.awssdk" % "firehose" % AwsSdk2Version, // ApacheV2
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.4.0", // ApacheV2
"com.google.protobuf" % "protobuf-java" % ProtobufJavaVersion // CVE in older transitive dependency
"com.google.protobuf" % "protobuf-java" % KinesisProtobufJavaVersion // CVE in older transitive dependency
).map(
_.excludeAll(
ExclusionRule("software.amazon.awssdk", "apache-client"),
Expand Down

0 comments on commit 98dda52

Please sign in to comment.