Skip to content

Commit 1ec2fec

Browse files
authored
deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.1 (#1572)
[![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 <details> <summary>xerial/snappy-java</summary> ### [`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 [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;386](https://togithub.com/xerial/snappy-java/issues/386)) It produces smaller native libraries ##### 🐛 Bug Fixes - Fix java8 compatibility [#&#8203;389](https://togithub.com/xerial/snappy-java/issues/389) [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;390](https://togithub.com/xerial/snappy-java/issues/390)) ##### 🔗 Dependency Updates - Update org.osgi.core to 6.0.0 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;387](https://togithub.com/xerial/snappy-java/issues/387)) ##### 🛠 Internal Updates - Update sbt script [@&#8203;xerial](https://togithub.com/xerial) ([#&#8203;385](https://togithub.com/xerial/snappy-java/issues/385)) - Update airframe-log to 23.1.4 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;383](https://togithub.com/xerial/snappy-java/issues/383)) - Update org.osgi.core to 4.3.1 [@&#8203;xerial-bot](https://togithub.com/xerial-bot) ([#&#8203;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 </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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent bbe9a8b commit 1ec2fec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.0</version>
60+
<version>1.1.9.1</version>
6161
</dependency>
6262

6363
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.0</version>
59+
<version>1.1.9.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.protobuf</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.0</version>
74+
<version>1.1.9.1</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)