Skip to content

Commit

Permalink
Update auth to 2.28.10 (#3660)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates software.amazon.awssdk:auth from `2.25.70` to `2.28.10`

## 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/767fcfecbfd53c507152f6cf15c846176bae561d/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>

<sup>
labels: library-update
</sup>

Co-authored-by: scala-steward <leo+bot@xerial.org>
  • Loading branch information
scala-steward-wvlet[bot] and xerial-bot authored Sep 28, 2024
1 parent 71b3df6 commit 78d9d4f
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 @@ -972,7 +972,7 @@ lazy val parquet =
"org.apache.hadoop" % "hadoop-client" % "3.4.0" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.4.0" % Provided,
"software.amazon.awssdk" % "auth" % "2.25.70" % Provided,
"software.amazon.awssdk" % "auth" % "2.28.10" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.10.7",
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,
Expand Down

0 comments on commit 78d9d4f

Please sign in to comment.