Skip to content

Commit

Permalink
Update hadoop-aws, hadoop-client to 3.3.5 (#2805)
Browse files Browse the repository at this point in the history
Updates 
* org.apache.hadoop:hadoop-aws
* org.apache.hadoop:hadoop-client

 from 3.3.4 to 3.3.5.


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/070634501628558e00a7cd623c97bff1995e59e3/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.3.4).
You might want to review and update them manually.
```
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>

labels: library-update
  • Loading branch information
xerial-bot authored Mar 22, 2023
1 parent 3f7df88 commit 8adede2
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 @@ -867,9 +867,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.4" % Provided,
"org.apache.hadoop" % "hadoop-client" % "3.3.5" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.3.4" % Provided,
"org.apache.hadoop" % "hadoop-aws" % "3.3.5" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.7" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.9.1",
Expand Down

0 comments on commit 8adede2

Please sign in to comment.