Skip to content

Commit

Permalink
Update parquet-avro, parquet-hadoop to 1.14.3 (#3675)
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.2` to `1.14.3`

## 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 (1.14.2).
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.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 Oct 8, 2024
1 parent 4a66fa3 commit 1fc99a1
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.2"
val GRPC_VERSION = "1.68.0"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.14.2"
val PARQUET_VERSION = "1.14.3"
val SNAKE_YAML_VERSION = "2.3"

val AIRFRAME_BINARY_COMPAT_VERSION = "23.6.0"
Expand Down

0 comments on commit 1fc99a1

Please sign in to comment.