From 1ec2feca66ab8b29edf8f9dd0d4b8df8261e709a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 12 May 2023 15:36:13 +0200 Subject: [PATCH] deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.1 (#1572) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.9.0` -> `1.1.9.1` | [![age](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.1/compatibility-slim/1.1.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.xerial.snappy:snappy-java/1.1.9.1/confidence-slim/1.1.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
xerial/snappy-java ### [`v1.1.9.1`](https://togithub.com/xerial/snappy-java/releases/tag/v1.1.9.1) [Compare Source](https://togithub.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.9.1) ##### What's Changed - Removed snappy debug assertion with -DNDEBUG c++ flag [@​xerial](https://togithub.com/xerial) ([#​386](https://togithub.com/xerial/snappy-java/issues/386)) It produces smaller native libraries ##### 🐛 Bug Fixes - Fix java8 compatibility [#​389](https://togithub.com/xerial/snappy-java/issues/389) [@​xerial](https://togithub.com/xerial) ([#​390](https://togithub.com/xerial/snappy-java/issues/390)) ##### 🔗 Dependency Updates - Update org.osgi.core to 6.0.0 [@​xerial-bot](https://togithub.com/xerial-bot) ([#​387](https://togithub.com/xerial/snappy-java/issues/387)) ##### 🛠 Internal Updates - Update sbt script [@​xerial](https://togithub.com/xerial) ([#​385](https://togithub.com/xerial/snappy-java/issues/385)) - Update airframe-log to 23.1.4 [@​xerial-bot](https://togithub.com/xerial-bot) ([#​383](https://togithub.com/xerial/snappy-java/issues/383)) - Update org.osgi.core to 4.3.1 [@​xerial-bot](https://togithub.com/xerial-bot) ([#​315](https://togithub.com/xerial/snappy-java/issues/315)) **Full Changelog**: https://togithub.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.10
--- ### 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. --- - [ ] 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). --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 654cb1e0d..82e57a6d9 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -57,7 +57,7 @@ org.xerial.snappy snappy-java - 1.1.9.0 + 1.1.9.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 38bf95cc5..0b7ac50ab 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -56,7 +56,7 @@ org.xerial.snappy snappy-java - 1.1.9.0 + 1.1.9.1 com.google.protobuf diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 0442a80b1..72faf812b 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -71,7 +71,7 @@ org.xerial.snappy snappy-java - 1.1.9.0 + 1.1.9.1 com.google.protobuf