From 718e0b9eeb15dc0af60332af82313c47eefae152 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 02:32:33 +0000 Subject: [PATCH] Update s3 to 2.23.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 366dcafe..b4e5c1a0 100644 --- a/build.sbt +++ b/build.sbt @@ -129,7 +129,7 @@ lazy val core = project "org.http4s" %% "http4s-ember-client" % http4sVersion, "org.http4s" %% "http4s-ember-server" % http4sVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, - "software.amazon.awssdk" % "s3" % "2.23.13", + "software.amazon.awssdk" % "s3" % "2.23.21", "com.google.guava" % "guava" % "33.0.0-jre", // scala-steward:off "com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test", "com.typesafe" % "config" % "1.4.2",