Skip to content

Commit

Permalink
Update hadoop-aws, hadoop-client to 3.4.1 (#3685)
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.4.0` to `3.4.1`

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

_Have a fantastic day writing Scala!_

<details>
<summary>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (3.4.0).
You might want to review and update them manually.
```
docs/airframe-parquet.md
docs/release-notes.md
```
</details>
<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 authored Oct 22, 2024
1 parent 98a9846 commit 0dbb5b8
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 @@ -969,9 +969,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.4.0" % Provided,
"org.apache.hadoop" % "hadoop-client" % "3.4.1" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.4.0" % Provided,
"org.apache.hadoop" % "hadoop-aws" % "3.4.1" % Provided,
"software.amazon.awssdk" % "auth" % "2.28.10" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.10.7",
Expand Down

0 comments on commit 0dbb5b8

Please sign in to comment.