Skip to content

Commit fbb69fa

Browse files
chore(deps): bump com.aayushatharva.brotli4j:brotli4j from 1.21.0 to 1.22.0 (#1133)
Bumps [com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j) from 1.21.0 to 1.22.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.22.0 Release</h2> <h2>What's Changed</h2> <ul> <li>Add native binary validation script by <a href="https://github.com/hyperxpro"><code>@​hyperxpro</code></a> in <a href="https://redirect.github.com/hyperxpro/Brotli4j/pull/247">hyperxpro/Brotli4j#247</a></li> <li>Prepare release and bump version to 1.22.0 by <a href="https://github.com/hyperxpro"><code>@​hyperxpro</code></a> in <a href="https://redirect.github.com/hyperxpro/Brotli4j/pull/248">hyperxpro/Brotli4j#248</a></li> </ul> <h2>Important Fix:</h2> <p>v1.21.0 was released with missing native binaries for OSX aarch64 and OSX amd64; See <a href="https://redirect.github.com/hyperxpro/Brotli4j/issues/246">hyperxpro/Brotli4j#246</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperxpro/Brotli4j/compare/v1.21.0...v1.22.0">https://github.com/hyperxpro/Brotli4j/compare/v1.21.0...v1.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperxpro/Brotli4j/commit/0dd11c1ac24b2b29a985cc6ff203e501cd7eea35"><code>0dd11c1</code></a> Prepare release and bump version to 1.22.0 (<a href="https://redirect.github.com/hyperxpro/Brotli4j/issues/248">#248</a>)</li> <li><a href="https://github.com/hyperxpro/Brotli4j/commit/91bc58b70cc3cb7fee1cb4a58c34cdd6bbd667c0"><code>91bc58b</code></a> Add native binary validation script (<a href="https://redirect.github.com/hyperxpro/Brotli4j/issues/247">#247</a>)</li> <li>See full diff in <a href="https://github.com/hyperxpro/Brotli4j/compare/v1.21.0...v1.22.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.21.0&new-version=1.22.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 983a6d7 commit fbb69fa

File tree

1 file changed

+1
-1
lines changed
  • agentscope-examples/model-request-compression

1 file changed

+1
-1
lines changed

agentscope-examples/model-request-compression/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.aayushatharva.brotli4j</groupId>
4444
<artifactId>brotli4j</artifactId>
45-
<version>1.21.0</version>
45+
<version>1.22.0</version>
4646
</dependency>
4747

4848
<!-- Zstd compression -->

0 commit comments

Comments
 (0)