You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2024/02/12 16:56:48 UTC

(orc) branch branch-2.0 updated: ORC-1616: Upgrade `aircompressor` to 0.26

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new b5670508e ORC-1616: Upgrade `aircompressor` to 0.26
b5670508e is described below

commit b5670508e60e0af8c7e3c136f6f6e5bb4a2cf0f5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 12 08:56:25 2024 -0800

    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] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 9049053fca25accf4c190ce06cfdce81270b150c)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/bench/pom.xml | 2 +-
 java/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 5565f2793..feca34ec9 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -85,7 +85,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>0.25</version>
+        <version>0.26</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index ec499bba8..9dafc637e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -154,7 +154,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>0.25</version>
+        <version>0.26</version>
       </dependency>
       <dependency>
         <groupId>com.github.luben</groupId>