Skip to content

build(deps): bump dev.matrixlab.webp4j:webp4j-core from 2.2.0 to 2.5.0#27

Merged
Aerhhh merged 1 commit into
masterfrom
dependabot/maven/dev.matrixlab.webp4j-webp4j-core-2.5.0
Jul 19, 2026
Merged

build(deps): bump dev.matrixlab.webp4j:webp4j-core from 2.2.0 to 2.5.0#27
Aerhhh merged 1 commit into
masterfrom
dependabot/maven/dev.matrixlab.webp4j-webp4j-core-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.matrixlab.webp4j:webp4j-core from 2.2.0 to 2.5.0.

Release notes

Sourced from dev.matrixlab.webp4j:webp4j-core's releases.

v2.5.0

WebP4j Release

What's Changed

  • Multi-threaded encoding — Animated WebP and GIF→WebP now multi-thread each frame's compression via libwebp's thread_level, for a multi-core speedup with bit-identical output. Enabled by default and configurable through GifToWebPConfig.setMultiThreaded(...); single-image encoding exposes the same knob via a new WebPCodec.encodeImage(image, quality, lossless, multiThreaded) overload.

Installation

Maven:

<dependency>
  <groupId>dev.matrixlab.webp4j</groupId>
  <artifactId>webp4j-core</artifactId>
  <version>2.5.0</version>
</dependency>

Gradle:

implementation 'dev.matrixlab.webp4j:webp4j-core:2.5.0'

Supported Platforms

  • Windows x64
  • Windows ARM64 (aarch64)
  • macOS x64 (Intel)
  • macOS arm64 (Apple Silicon)
  • Linux x64
  • Linux ARM64 (aarch64)

Full Changelog: MrNanko/webp4j@v2.4.0...v2.5.0

v2.4.0

WebP4j Release

What's Changed

  • Batch processing — Added BatchProcessor for parallel, order-preserving encoding and decoding of WebP images across a shared internal pool, with support for a caller-supplied ExecutorService. Exposed via convenience methods on WebPCodec.

Installation

Maven:

<dependency>
  <groupId>dev.matrixlab.webp4j</groupId>
  <artifactId>webp4j-core</artifactId>
  <version>2.4.0</version>
</dependency>

... (truncated)

Commits
  • 455e585 docs: update Chinese README to include multi-threaded encoding details and pe...
  • 8007ce7 Merge branch 'feature/multi-threaded-encoding'
  • 648dd81 chore: update webp4j-core dependency version to 2.4.0 in README files
  • 3d50550 ci: bump GitHub Actions to Node 24 runtimes
  • c2a7892 chore: restore Maven Central publish steps in release.yml
  • 0deb846 chore: update release.yml to change dependency from publish-maven to build-na...
  • 48fe8ab chore: comment out Maven Central publish steps in release.yml
  • 4ca9b26 fix: bump central-publishing-maven-plugin to 0.11.0 to handle new 'warnings' ...
  • ad33067 Merge branch 'feature/batch-processing' into main
  • 58187d2 chore: bump version to 2.5.0 and update release notes for multi-threaded enco...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [dev.matrixlab.webp4j:webp4j-core](https://github.com/MrNanko/webp4j) from 2.2.0 to 2.5.0.
- [Release notes](https://github.com/MrNanko/webp4j/releases)
- [Commits](MrNanko/webp4j@v2.2.0...v2.5.0)

---
updated-dependencies:
- dependency-name: dev.matrixlab.webp4j:webp4j-core
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 12, 2026
@Aerhhh
Aerhhh merged commit 00fc33a into master Jul 19, 2026
2 checks passed
@Aerhhh
Aerhhh deleted the dependabot/maven/dev.matrixlab.webp4j-webp4j-core-2.5.0 branch July 19, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant