Skip to content

Commit

Permalink
ORC-1605: Upgrade brotli4j to 1.16.0
Browse files Browse the repository at this point in the history
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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.aayushatharva.brotli4j:brotli4j&package-manager=maven&previous-version=1.15.0&new-version=1.16.0)](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 <dongjoon@apache.org>
(cherry picked from commit e5ab9ed)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Jan 31, 2024
1 parent 987ccc1 commit f2c2324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</modules>

<properties>
<brotli4j.version>1.15.0</brotli4j.version>
<brotli4j.version>1.16.0</brotli4j.version>
<checkstyle.version>10.12.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.3.6</hadoop.version>
Expand Down

0 comments on commit f2c2324

Please sign in to comment.