Skip to content

Commit

Permalink
deps: update dependency org.xerial.snappy:snappy-java to v1.1.10.3 (#…
Browse files Browse the repository at this point in the history
…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://togithub.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://togithub.com/xerial/snappy-java/releases/tag/v1.1.10.3)

[Compare Source](https://togithub.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://togithub.com/kun-lu20) in [https://togithub.com/xerial/snappy-java/pull/481](https://togithub.com/xerial/snappy-java/pull/481)

##### 🔗 Dependency Updates

-   Update scalafmt-core to 3.7.10 by [@&#8203;xerial-bot](https://togithub.com/xerial-bot) in [https://togithub.com/xerial/snappy-java/pull/480](https://togithub.com/xerial/snappy-java/pull/480)
-   Update native libraries by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://togithub.com/xerial/snappy-java/pull/482](https://togithub.com/xerial/snappy-java/pull/482)

##### New Contributors

-   [@&#8203;kun-lu20](https://togithub.com/kun-lu20) made their first contribution in [https://togithub.com/xerial/snappy-java/pull/481](https://togithub.com/xerial/snappy-java/pull/481)

**Full Changelog**: https://togithub.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==-->
  • Loading branch information
renovate-bot committed Jul 24, 2023
1 parent d8712a3 commit ad1c515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.2</version>
<version>1.1.10.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.2</version>
<version>1.1.10.3</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.2</version>
<version>1.1.10.3</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit ad1c515

Please sign in to comment.