Skip to content

Commit

Permalink
Update snappy-java to 1.1.10.7 (#3635)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java)
from `1.1.10.6` to `1.1.10.7`

πŸ“œ [GitHub Release
Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.7) -
[Version
Diff](xerial/snappy-java@v1.1.10.6...v1.1.10.7)

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

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Sep 12, 2024
1 parent f61f8a2 commit 23af040
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 @@ -974,7 +974,7 @@ lazy val parquet =
"org.apache.hadoop" % "hadoop-aws" % "3.4.0" % Provided,
"software.amazon.awssdk" % "auth" % "2.25.70" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.10.6",
"org.xerial.snappy" % "snappy-java" % "1.1.10.7",
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,
"org.apache.parquet" % "parquet-avro" % PARQUET_VERSION % Test
)
Expand Down

0 comments on commit 23af040

Please sign in to comment.