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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 71fc004ff ORC-1721: Upgrade `aircompressor` to 0.27
71fc004ff is described below

commit 71fc004ff0b32a001c26fe3f61e469836b046440
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 28 11:38:23 2024 +0800

    ORC-1721: Upgrade `aircompressor` to 0.27
    
    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 #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 <c...@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 b40a1b9a7..158a7557e 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -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>
diff --git a/java/pom.xml b/java/pom.xml
index 68803d961..780c058f0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -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>

Reply via email to