Skip to content

Commit

Permalink
Update hadoop-aws, hadoop-client to 3.3.6 (#3039)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
* org.apache.hadoop:hadoop-aws
* org.apache.hadoop:hadoop-client

 from `3.3.5` to `3.3.6`

## 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/2ef77887d3e25d2b5c2d9c893579e0c6ef4a351f/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 = "org.apache.hadoop" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.hadoop" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot committed Jun 26, 2023
1 parent 419ebd3 commit 5c2739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,9 @@ lazy val parquet =
description := "Parquet columnar format reader/writer support",
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-hadoop" % PARQUET_VERSION,
"org.apache.hadoop" % "hadoop-client" % "3.3.5" % Provided,
"org.apache.hadoop" % "hadoop-client" % "3.3.6" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.3.5" % Provided,
"org.apache.hadoop" % "hadoop-aws" % "3.3.6" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.75" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.10.1",
Expand Down

0 comments on commit 5c2739f

Please sign in to comment.