Skip to content

Commit

Permalink
Update aws-json-protocol to 2.29.47
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent fb81d60 commit 6dbaa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"com.twitter" %% "scrooge-core" % "21.12.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
) ++ Seq("aws-json-protocol", "kinesis").map(artifact => "software.amazon.awssdk" % artifact % "2.29.23")
) ++ Seq("aws-json-protocol", "kinesis").map(artifact => "software.amazon.awssdk" % artifact % "2.29.47")

val jacksonVersion = "2.17.2"
dependencyOverrides ++= Seq(
Expand Down

0 comments on commit 6dbaa95

Please sign in to comment.