Skip to content

Commit

Permalink
ORC-1721: Upgrade aircompressor to 0.27
Browse files Browse the repository at this point in the history
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/airlift/aircompressor/commit/e139a31be059855a5a70f6994a4ecaa0adbbea7a"><code>e139a31</code></a> [maven-release-plugin] prepare release 0.27</li>
<li><a href="https://github.com/airlift/aircompressor/commit/9b9295238dceeaa4da717a82975187042b05194d"><code>9b92952</code></a> Upgrade to latest GitHub actions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/7262a6cc5423b14904bb8773f4f2f8a8edc00d92"><code>7262a6c</code></a> Upgrade test dependency versions</li>
<li><a href="https://github.com/airlift/aircompressor/commit/fdc00b8be24a5448abebae957425af3a3b974230"><code>fdc00b8</code></a> Reorganize pom</li>
<li><a href="https://github.com/airlift/aircompressor/commit/4f384afdea9b6d0109515e7e222b0e93a77109df"><code>4f384af</code></a> Replace test usages of javax.inject annotations with Guice</li>
<li><a href="https://github.com/airlift/aircompressor/commit/19d9436eb1393f6480922f83fce4fe43bc68852e"><code>19d9436</code></a> Fix ASL2 license header text</li>
<li><a href="https://github.com/airlift/aircompressor/commit/cf66151541edb062ea88b6f3baab3f95e48b7b7f"><code>cf66151</code></a> Fix bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/d01ecb779375a092d00e224abe7869cdf49ddc3e"><code>d01ecb7</code></a> Add missing bounds checks</li>
<li><a href="https://github.com/airlift/aircompressor/commit/2cea90a45534f9aacbb77426fb64e975504dee6e"><code>2cea90a</code></a> Verify length is positive</li>
<li><a href="https://github.com/airlift/aircompressor/commit/15e68df9eb0c2bfde7f796231ee7cd1982965071"><code>15e68df</code></a> Fix out of bounds read due to negative length</li>
<li>Additional commits viewable in <a href="https://github.com/airlift/aircompressor/compare/0.26...0.27">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.26&new-version=0.27)](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 apache#1943 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.27.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <csy@apache.org>
  • Loading branch information
dependabot[bot] authored and cxzl25 committed Jun 28, 2024
1 parent 7480d85 commit 71fc004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.26</version>
<version>0.27</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.26</version>
<version>0.27</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 71fc004

Please sign in to comment.