Skip to content

Commit

Permalink
deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.1 (#1572
Browse files Browse the repository at this point in the history
)

[![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-->
  • Loading branch information
renovate-bot committed May 12, 2023
1 parent bbe9a8b commit 1ec2fec
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.9.0</version>
<version>1.1.9.1</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.9.0</version>
<version>1.1.9.1</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.9.0</version>
<version>1.1.9.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 1ec2fec

Please sign in to comment.