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

dongjoon 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 e28a0bb8c ORC-1462: Bump `aircompressor` to 0.25
e28a0bb8c is described below

commit e28a0bb8c0c9cfb0a72560ca6a3e5a82104232ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 17 13:25:33 2023 -0700

    ORC-1462: Bump `aircompressor` to 0.25
    
    To provide a workaround for the following Java issue.
    
    - https://bugs.openjdk.org/browse/JDK-8081450
    
    Bumps [aircompressor](https://github.com/airlift/aircompressor) from 0.24 
to 0.25.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/airlift/aircompressor/commit/dc4ece6ef0371807bd93de67e0fbe901bb7c3487";><code>dc4ece6</code></a>
 [maven-release-plugin] prepare release 0.25</li>
    <li><a 
href="https://github.com/airlift/aircompressor/commit/46735a5224336667e64badf376cf2983d0a608ac";><code>46735a5</code></a>
 Fix JDK bug for concatenated GZIP streams</li>
    <li><a 
href="https://github.com/airlift/aircompressor/commit/3210eb16a5ec40089398c40f40ad1d177228b414";><code>3210eb1</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.24...0.25";>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.24&new-version=0.25)](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 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 #1564 from 
dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.25.
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 43a3efaa02f96674bc91d2f0f3f5e0ce34d28c4e)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 b503e5151..7f4c906de 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.24</version>
+        <version>0.25</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index ea7a4daa4..be5684eab 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -147,7 +147,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>0.24</version>
+        <version>0.25</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to