Skip to content

Commit ad1c515

Browse files
authored
deps: update dependency org.xerial.snappy:snappy-java to v1.1.10.3 (#1665)
[![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://github.com/xerial/snappy-java) | `1.1.10.2` -> `1.1.10.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.xerial.snappy:snappy-java/1.1.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.xerial.snappy:snappy-java/1.1.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.xerial.snappy:snappy-java/1.1.10.2/1.1.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.xerial.snappy:snappy-java/1.1.10.2/1.1.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>xerial/snappy-java (org.xerial.snappy:snappy-java)</summary> ### [`v1.1.10.3`](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3) [Compare Source](https://github.com/xerial/snappy-java/compare/v1.1.10.2...v1.1.10.3) <!-- Release notes generated using configuration in .github/release.yml at v1.1.10.3 --> ##### What's Changed ##### 🐛 Bug Fixes - Fix the `GLIBC_2.32 not found` issue of `libsnappyjava.so` in certain Linux distributions on s390x by [@&#8203;kun-lu20](https://github.com/kun-lu20) in [https://github.com/xerial/snappy-java/pull/481](https://github.com/xerial/snappy-java/pull/481) ##### 🔗 Dependency Updates - Update scalafmt-core to 3.7.10 by [@&#8203;xerial-bot](https://github.com/xerial-bot) in [https://github.com/xerial/snappy-java/pull/480](https://github.com/xerial/snappy-java/pull/480) - Update native libraries by [@&#8203;github-actions](https://github.com/github-actions) in [https://github.com/xerial/snappy-java/pull/482](https://github.com/xerial/snappy-java/pull/482) ##### New Contributors - [@&#8203;kun-lu20](https://github.com/kun-lu20) made their first contribution in [https://github.com/xerial/snappy-java/pull/481](https://github.com/xerial/snappy-java/pull/481) **Full Changelog**: https://github.com/xerial/snappy-java/compare/v1.1.10.2...v1.1.10.3 </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://developer.mend.io/github/googleapis/java-pubsub). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent d8712a3 commit ad1c515

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.10.2</version>
60+
<version>1.1.10.3</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.10.2</version>
59+
<version>1.1.10.3</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.10.2</version>
74+
<version>1.1.10.3</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)