From 75e4d4239e2d6e719e978035b7bdbac715fa62a9 Mon Sep 17 00:00:00 2001
From: "scala-steward-for-moia[bot]"
<97042238+scala-steward-for-moia[bot]@users.noreply.github.com>
Date: Mon, 9 Oct 2023 09:19:45 +0000
Subject: [PATCH] Update awssdk:core, awssdk:sts to 2.20.162 (#6)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
* software.amazon.awssdk:core
* software.amazon.awssdk:sts
from `2.20.157` to `2.20.162`
## Usage
✅ **Please merge!**
I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "software.amazon.awssdk" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "software.amazon.awssdk" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 78b520a..4aea806 100644
--- a/build.sbt
+++ b/build.sbt
@@ -42,7 +42,7 @@ lazy val pekkoDependencies = Seq(
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test
)
-lazy val awsJavaSdkVersion = "2.20.157"
+lazy val awsJavaSdkVersion = "2.20.162"
lazy val awsDependencies = Seq(
"software.amazon.awssdk" % "core" % awsJavaSdkVersion,
"software.amazon.awssdk" % "sts" % awsJavaSdkVersion