From 7dc8d5cd10130fc6ab4d16dbf1a1f90074ff8335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:49:58 -0700 Subject: [PATCH] ORC-1775: Upgrade `aircompressor` to 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.27 to 2.0.2.
Release notes

Sourced from io.airlift:aircompressor's releases.

Release 2.0

What's Changed

Others

New Contributors

Full Changelog: https://github.com/airlift/aircompressor/compare/0.27...2.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.airlift:aircompressor&package-manager=maven&previous-version=0.27&new-version=2.0.2)](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) ---
Dependabot commands and options
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 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)
Closes #2006 from dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-2.0.2. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun --- 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 b07cf29c54..f8519ed834 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -87,7 +87,7 @@ io.airlift aircompressor - 0.27 + 2.0.2 io.netty diff --git a/java/pom.xml b/java/pom.xml index 9e6785d1e4..04b960e2e1 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -154,7 +154,7 @@ io.airlift aircompressor - 0.27 + 2.0.2 com.github.luben