Skip to content

Commit b364ff2

Browse files
chore(deps): AWS dependency updates (#1762)
* Update dynamodb to 2.42.34 * Update eventbridge to 2.20.162 --------- Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
1 parent 673d5f6 commit b364ff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ThisBuild / scalacOptions ++= compilerOptions
3939
val playJsonVersion = "3.0.6"
4040
val specsVersion: String = "4.8.3"
4141
val awsSdkVersion: String = "1.12.797"
42-
val awsSdk2Version: String = "2.42.18"
42+
val awsSdk2Version: String = "2.42.34"
4343
val doobieVersion: String = "0.13.4"
4444
val catsVersion: String = "2.13.0"
4545
val okHttpVersion: String = "4.12.0"
@@ -318,7 +318,7 @@ lazy val football = lambda("football", "football")
318318
"io.netty" % "netty-codec-http" % nettyVersion,
319319
"io.netty" % "netty-codec-http2" % nettyVersion,
320320
"io.netty" % "netty-common" % nettyVersion,
321-
"software.amazon.awssdk" % "eventbridge" % "2.20.0"
321+
"software.amazon.awssdk" % "eventbridge" % "2.20.162"
322322
),
323323
excludeDependencies ++= Seq(
324324
ExclusionRule("org.playframework", "play-ahc-ws_2.13"),
@@ -469,7 +469,7 @@ lazy val liveactivities = lambda("liveactivities", "liveactivities", Some("com.g
469469
"com.turo" % "pushy" % "0.13.10",
470470
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
471471
"software.amazon.awssdk" % "dynamodb" % awsSdk2Version,
472-
"software.amazon.awssdk" % "eventbridge" % "2.20.0",
472+
"software.amazon.awssdk" % "eventbridge" % "2.20.162",
473473
"org.scanamo" %% "scanamo" % "6.0.0",
474474
"org.scanamo" %% "scanamo-testkit" % "6.0.0" % "test"
475475
),

0 commit comments

Comments
 (0)