Skip to content

Commit 5bf5227

Browse files
dependabot[bot]dongjoon-hyun
authored andcommitted
ORC-1616: Upgrade aircompressor to 0.26
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.25 to 0.26. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/airlift/aircompressor/commit/8b9414d358e0a25a750445a4e17ca50782af83a3"><code>8b9414d</code></a> [maven-release-plugin] prepare release 0.26</li> <li><a href="https://github.com/airlift/aircompressor/commit/b89db180bb97debe025b640dc40ed43816e8c7d2"><code>b89db18</code></a> Fix out of bounds read/write in Snappy decompressor</li> <li><a href="https://github.com/airlift/aircompressor/commit/ca561c8214100b1e646a395c2683212419719dc8"><code>ca561c8</code></a> Fix ZstdOutputStream corruption on double close</li> <li><a href="https://github.com/airlift/aircompressor/commit/19976e203adc8b1f5d90530e52fd792ee22d3395"><code>19976e2</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/airlift/aircompressor/compare/0.25...0.26">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.airlift:aircompressor&package-manager=maven&previous-version=0.25&new-version=0.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Closes #1794 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.26. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 9049053) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9540b33 commit 5bf5227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/bench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>io.airlift</groupId>
8888
<artifactId>aircompressor</artifactId>
89-
<version>0.25</version>
89+
<version>0.26</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>io.netty</groupId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>io.airlift</groupId>
149149
<artifactId>aircompressor</artifactId>
150-
<version>0.25</version>
150+
<version>0.26</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)