This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new e5ab9edf9 ORC-1605: Upgrade `brotli4j` to 1.16.0
e5ab9edf9 is described below
commit e5ab9edf973a61200ca73f1faacf834a1d9e60e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 31 08:47:57 2024 -0800
ORC-1605: Upgrade `brotli4j` to 1.16.0
Bumps
[com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j)
from 1.15.0 to 1.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hyperxpro/Brotli4j/releases">com.aayushatharva.brotli4j:brotli4j's
releases</a>.</em></p>
<blockquote>
<h2>Brotli4j v1.16.0 Release</h2>
<p>Changelog:</p>
<ol>
<li><a href="https://redirect.github.com/hyperxpro/Brotli4j/pull/130">Fix
wrong package name in linux x86_64 native loader file</a></li>
<li><a href="https://redirect.github.com/hyperxpro/Brotli4j/pull/133">Fix
Module Name for linux-x86_64</a></li>
</ol>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hyperxpro/Brotli4j/commit/a905b285fe0d9e674f5f72655ddaf5a2918dd33c"><code>a905b28</code></a>
Prepare for v1.16.0 release (<a
href="https://redirect.github.com/hyperxpro/Brotli4j/issues/134">#134</a>)</li>
<li><a
href="https://github.com/hyperxpro/Brotli4j/commit/49c1c4ee1bb20c2fe57c1ddae0af80b61ca5e5f5"><code>49c1c4e</code></a>
Fix Module Name (<a
href="https://redirect.github.com/hyperxpro/Brotli4j/issues/133">#133</a>)</li>
<li><a
href="https://github.com/hyperxpro/Brotli4j/commit/aec724d5115ea3252568e5a30e11d11b768d9ab4"><code>aec724d</code></a>
Fix wrong package name in linux x86_64 native loader file (<a
href="https://redirect.github.com/hyperxpro/Brotli4j/issues/130">#130</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperxpro/Brotli4j/compare/v1.15.0...v1.16.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 #1772 from
dependabot[bot]/dependabot/maven/java/com.aayushatharva.brotli4j-brotli4j-1.16.0.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index a1075816e..dce21c114 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -60,7 +60,7 @@
</modules>
<properties>
- <brotli4j.version>1.15.0</brotli4j.version>
+ <brotli4j.version>1.16.0</brotli4j.version>
<checkstyle.version>10.13.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.3.6</hadoop.version>