Skip to content

Commit

Permalink
Update auth to 2.20.15 (#2772)
Browse files Browse the repository at this point in the history
Updates software.amazon.awssdk:auth from 2.17.295 to 2.20.15.


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/f12a86103f9f59b59628405e2b8648d9643706bc/docs/repo-specific-configuration.md)
file.

Have a fantastic day writing Scala!

<details>
<summary>Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "auth" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" }
}]
```
</details>

labels: library-update

Co-authored-by: Taro L. Saito <[email protected]>
  • Loading branch information
xerial-bot and xerial authored Mar 30, 2023
1 parent 5c8ddcd commit d2e39d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ lazy val parquet =
"org.apache.hadoop" % "hadoop-client" % "3.3.5" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.3.5" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.7" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.15" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.9.1",
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,
Expand Down

0 comments on commit d2e39d8

Please sign in to comment.