Skip to content

Commit 1620e00

Browse files
authored
deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.0 - abandoned (#1471)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.xerial.snappy:snappy-java](https://togithub.com/xerial/snappy-java) | `1.1.8.4` -> `1.1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.0/compatibility-slim/1.1.8.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.0/confidence-slim/1.1.8.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>xerial/snappy-java</summary> ### [`v1.1.9.0`](https://togithub.com/xerial/snappy-java/releases/tag/v1.1.9.0) [Compare Source](https://togithub.com/xerial/snappy-java/compare/1.1.8.4...v1.1.9.0) ##### What's Changed This version upgrades the native libraries to Snappy 1.1.9. Currently, only a limited number of platforms are supported, including: - Win32/64 (Only Intel) - Mac64 (Intel, M1, M2). We no longer support Mac32 - Linux32, 64 (Intel, Arm), arm, armv6, armv7 - android-arm32 - ppc64le, ppc64 If you need more platform support, send a PR to build a native library with a [docker-based cross compiler](https://togithub.com/dockcross/dockcross) (See Makefile and Makefile.common for the reference). If a cross compiler for your platform is not available, create a PR with a native library built with `make native` command. ##### 🚀 Features - Add uncompressDoubleArray that takes offset and length [@&#8203;ashley-taylor](https://togithub.com/ashley-taylor) ([#&#8203;307](https://togithub.com/xerial/snappy-java/issues/307)) - Build native library for Snappy 1.1.9 [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;380](https://togithub.com/xerial/snappy-java/issues/380)) - Upgrade to snappy-1.1.9 [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;379](https://togithub.com/xerial/snappy-java/issues/379)) - Add Java 17 build test to GitHub action [@&#8203;wangyum](https://togithub.com/wangyum) ([#&#8203;346](https://togithub.com/xerial/snappy-java/issues/346)) - Adding ppc64le support in Travis [@&#8203;Abhijit-Mane](https://togithub.com/Abhijit-Mane) ([#&#8203;286](https://togithub.com/xerial/snappy-java/issues/286)) - Build on riscv64 [@&#8203;zinovya](https://togithub.com/zinovya) ([#&#8203;283](https://togithub.com/xerial/snappy-java/issues/283)) - Upgrade bitshuffle to 0.3.4 ([#&#8203;380](https://togithub.com/xerial/snappy-java/issues/380)) ##### 👋 Deprecated - Removed pure-java support [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;381](https://togithub.com/xerial/snappy-java/issues/381)) because it may cause data corruption. ##### Bug Fixes - Use original compressed and uncompressed buffer's position [@&#8203;viirya](https://togithub.com/viirya) ([#&#8203;293](https://togithub.com/xerial/snappy-java/issues/293)) - [#&#8203;302](https://togithub.com/xerial/snappy-java/issues/302) Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) [@&#8203;zh-muxa](https://togithub.com/zh-muxa) ([#&#8203;303](https://togithub.com/xerial/snappy-java/issues/303)) - Avoid explicit class name in throw_exception [@&#8203;viirya](https://togithub.com/viirya) ([#&#8203;291](https://togithub.com/xerial/snappy-java/issues/291)) ##### 🔗 Dependency Updates - Update airframe-log to 22.9.3 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;349](https://togithub.com/xerial/snappy-java/issues/349)) - Update hadoop-common to 2.7.7 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;313](https://togithub.com/xerial/snappy-java/issues/313)) - Update scalafmt-core to 3.5.9 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;344](https://togithub.com/xerial/snappy-java/issues/344)) - Update airframe-log to 22.9.2 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;347](https://togithub.com/xerial/snappy-java/issues/347)) - Update scalafmt-core to 2.7.5 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;323](https://togithub.com/xerial/snappy-java/issues/323)) - Update sbt to 1.7.1 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;336](https://togithub.com/xerial/snappy-java/issues/336)) - Update airframe-log to 22.9.0 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;343](https://togithub.com/xerial/snappy-java/issues/343)) - Update sbt-scalafmt to 2.4.6 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;317](https://togithub.com/xerial/snappy-java/issues/317)) - Update scalafmt-core to 2.6.4 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;318](https://togithub.com/xerial/snappy-java/issues/318)) - Update airframe-log to 21.12.1 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;319](https://togithub.com/xerial/snappy-java/issues/319)) - Update sbt-sonatype to 3.9.13 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;320](https://togithub.com/xerial/snappy-java/issues/320)) - Update sbt to 1.6.2 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;321](https://togithub.com/xerial/snappy-java/issues/321)) - Update sbt to 1.5.8 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;316](https://togithub.com/xerial/snappy-java/issues/316)) - Update sbt-osgi to 0.9.6 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;312](https://togithub.com/xerial/snappy-java/issues/312)) - Update junit-interface to 0.13.3 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;311](https://togithub.com/xerial/snappy-java/issues/311)) - Upgrade sbt to 1.5.6 [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;301](https://togithub.com/xerial/snappy-java/issues/301)) - Bump olafurpg/setup-scala from 10 to 13 [@&#8203;dependabot](https://togithub.com/dependabot) ([#&#8203;375](https://togithub.com/xerial/snappy-java/issues/375)) - Bump actions/checkout from 2 to 3 [@&#8203;dependabot](https://togithub.com/dependabot) ([#&#8203;376](https://togithub.com/xerial/snappy-java/issues/376)) - Bump actions/cache from 1 to 3 [@&#8203;dependabot](https://togithub.com/dependabot) ([#&#8203;377](https://togithub.com/xerial/snappy-java/issues/377)) - Update scalafmt-core to 3.7.1 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;368](https://togithub.com/xerial/snappy-java/issues/368)) - Update sbt to 1.8.2 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;366](https://togithub.com/xerial/snappy-java/issues/366)) - Update sbt to 1.7.3 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;355](https://togithub.com/xerial/snappy-java/issues/355)) ##### 🛠 Internal Updates - Add release drafter [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;378](https://togithub.com/xerial/snappy-java/issues/378)) - Add dependabot [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;374](https://togithub.com/xerial/snappy-java/issues/374)) - Add scalafmt dialect [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;373](https://togithub.com/xerial/snappy-java/issues/373)) - Add release automation workflow [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;384](https://togithub.com/xerial/snappy-java/issues/384)) - Update airframe-log to 22.12.6 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;372](https://togithub.com/xerial/snappy-java/issues/372)) - Update hadoop-common to 2.10.2 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;371](https://togithub.com/xerial/snappy-java/issues/371)) - Update sbt-pgp to 2.2.1 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;361](https://togithub.com/xerial/snappy-java/issues/361)) - Update plexus-classworlds to 2.7.0 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;359](https://togithub.com/xerial/snappy-java/issues/359)) - Update sbt-scalafmt to 2.5.0 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;358](https://togithub.com/xerial/snappy-java/issues/358)) - Update sbt-sonatype to 3.9.17 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;370](https://togithub.com/xerial/snappy-java/issues/370)) - Update sbt-sonatype to 3.9.15 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;360](https://togithub.com/xerial/snappy-java/issues/360)) - Update sbt-sonatype to 3.9.14 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;357](https://togithub.com/xerial/snappy-java/issues/357)) ##### 📚 Docs - Remove pure-java support [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;381](https://togithub.com/xerial/snappy-java/issues/381)) - Fix links in Javadoc badge [@&#8203;valery1707](https://togithub.com/valery1707) ([#&#8203;350](https://togithub.com/xerial/snappy-java/issues/350)) - Fix links into benchmark results [@&#8203;valery1707](https://togithub.com/valery1707) ([#&#8203;351](https://togithub.com/xerial/snappy-java/issues/351)) - Fixes [#&#8203;280](https://togithub.com/xerial/snappy-java/issues/280) Typo - java.io.tmpdir not java.io.tempdir [@&#8203;lehnerj](https://togithub.com/lehnerj) ([#&#8203;325](https://togithub.com/xerial/snappy-java/issues/325)) - Small typo fix [@&#8203;atisvagyok](https://togithub.com/atisvagyok) ([#&#8203;294](https://togithub.com/xerial/snappy-java/issues/294)) **Full Changelog**: https://togithub.com/xerial/snappy-java/compare/1.1.8.4...v1.1.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsub). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
1 parent 7e63280 commit 1620e00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.xerial.snappy</groupId>
5959
<artifactId>snappy-java</artifactId>
60-
<version>1.1.8.4</version>
60+
<version>1.1.9.0</version>
6161
</dependency>
6262

6363
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.xerial.snappy</groupId>
5858
<artifactId>snappy-java</artifactId>
59-
<version>1.1.8.4</version>
59+
<version>1.1.9.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.protobuf</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.xerial.snappy</groupId>
7373
<artifactId>snappy-java</artifactId>
74-
<version>1.1.8.4</version>
74+
<version>1.1.9.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)