Skip to content

Commit

Permalink
Update parquet-avro, parquet-hadoop to 1.14.1 (#3563)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [org.apache.parquet:parquet-avro](https://parquet.apache.org)
* [org.apache.parquet:parquet-hadoop](https://parquet.apache.org)

 from `1.14.0` to `1.14.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>⚙ Adjust future updates</summary>

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

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Jun 17, 2024
1 parent 5305594 commit 1db0afd
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 @@ -24,7 +24,7 @@ val FLUENCY_VERSION = "2.7.0"
val GRPC_VERSION = "1.52.0"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.14.0"
val PARQUET_VERSION = "1.14.1"
val SNAKE_YAML_VERSION = "2.2"

val AIRFRAME_BINARY_COMPAT_VERSION = "23.6.0"
Expand Down

0 comments on commit 1db0afd

Please sign in to comment.