@@ -39,7 +39,7 @@ ThisBuild / scalacOptions ++= compilerOptions
3939val playJsonVersion = " 3.0.6"
4040val specsVersion : String = " 4.8.3"
4141val awsSdkVersion : String = " 1.12.797"
42- val awsSdk2Version : String = " 2.42.18 "
42+ val awsSdk2Version : String = " 2.42.34 "
4343val doobieVersion : String = " 0.13.4"
4444val catsVersion : String = " 2.13.0"
4545val 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