From f8fbc9303b2df2ffb434cd10acc8a5d17e675ac7 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 27 Sep 2023 09:32:50 -0700 Subject: [PATCH] Update snappy-java to 1.1.10.5 (#3232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from `1.1.10.4` to `1.1.10.5` 📜 [GitHub Release Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.5) - [Version Diff](https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5) ## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates 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" } }] ```
labels: library-update --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ed39b8f73..9bc887e969 100644 --- a/build.sbt +++ b/build.sbt @@ -903,7 +903,7 @@ lazy val parquet = "org.apache.hadoop" % "hadoop-aws" % "3.3.6" % Provided, "software.amazon.awssdk" % "auth" % "2.20.141" % Provided, // For Apple Silicon (M1) - "org.xerial.snappy" % "snappy-java" % "1.1.10.4", + "org.xerial.snappy" % "snappy-java" % "1.1.10.5", "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional, "org.apache.parquet" % "parquet-avro" % PARQUET_VERSION % Test )