From 7c89c6aa9d89456598a6a18077b008dc7a15b9d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 16:27:18 +0000 Subject: [PATCH] Update smithy-aws-traits to 1.53.0 --- build.sbt | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index fd2ac835..132aa90b 100644 --- a/build.sbt +++ b/build.sbt @@ -169,7 +169,7 @@ lazy val core = module("core") "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test, "com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.52.1" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.53.0" % Test, ) ) .dependsOn( diff --git a/smithy-build.json b/smithy-build.json index 2de3872b..8d05eb15 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -3,6 +3,6 @@ "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.14", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25", - "software.amazon.smithy:smithy-aws-traits:1.52.1" + "software.amazon.smithy:smithy-aws-traits:1.53.0" ] }