Skip to content

deps(deps): bump docker-java from 3.7.0 to 3.7.1#611

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/docker-java-3.7.1
Open

deps(deps): bump docker-java from 3.7.0 to 3.7.1#611
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/docker-java-3.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps docker-java from 3.7.0 to 3.7.1.
Updates com.github.docker-java:docker-java from 3.7.0 to 3.7.1

Release notes

Sourced from com.github.docker-java:docker-java's releases.

3.7.1

Changes

🚀 Features

🧰 Maintenance

Commits
  • 7b7fabd Update actions/checkout and actions/setup-java
  • 0dde6bc Deprecate ListImagesCmd#withImageNameFilter (#2595)
  • 36e5c0f Bump org.testcontainers:testcontainers from 2.0.2 to 2.0.3 (#2564)
  • f70fb40 Bump org.sonatype.central:central-publishing-maven-plugin (#2573)
  • 5bb3971 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#2576)
  • 6e1c22c Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#2580)
  • 0ae6ea0 Bump netty.version from 4.2.7.Final to 4.2.10.Final (#2585)
  • a3cb696 Add support to export container (#2594)
  • c7f0c0b Add support to get the history of an image (#2592)
  • ea48fd6 Update maven version to 3.9.12 (#2591)
  • Additional commits viewable in compare view

Updates com.github.docker-java:docker-java-transport-httpclient5 from 3.7.0 to 3.7.1

Release notes

Sourced from com.github.docker-java:docker-java-transport-httpclient5's releases.

3.7.1

Changes

🚀 Features

🧰 Maintenance

Commits
  • 7b7fabd Update actions/checkout and actions/setup-java
  • 0dde6bc Deprecate ListImagesCmd#withImageNameFilter (#2595)
  • 36e5c0f Bump org.testcontainers:testcontainers from 2.0.2 to 2.0.3 (#2564)
  • f70fb40 Bump org.sonatype.central:central-publishing-maven-plugin (#2573)
  • 5bb3971 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#2576)
  • 6e1c22c Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#2580)
  • 0ae6ea0 Bump netty.version from 4.2.7.Final to 4.2.10.Final (#2585)
  • a3cb696 Add support to export container (#2594)
  • c7f0c0b Add support to get the history of an image (#2592)
  • ea48fd6 Update maven version to 3.9.12 (#2591)
  • Additional commits viewable in compare view

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 `docker-java` from 3.7.0 to 3.7.1.

Updates `com.github.docker-java:docker-java` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)

Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@claude
Copy link
Copy Markdown

claude bot commented Mar 30, 2026

Routine patch bump of docker-java from 3.7.0 to 3.7.1. The change is a single version string update in gradle/libs.versions.toml, which correctly applies to both com.github.docker-java:docker-java and com.github.docker-java:docker-java-transport-httpclient5.

What's in 3.7.1:

  • Netty bumped from 4.2.7.Final to 4.2.10.Final (security/stability fixes)
  • TestContainers bump (build/test tooling only)
  • Two new features: container export support and image history support (not currently used by this project, but harmless additions)
  • Deprecation of ListImagesCmd#withImageNameFilter — worth a quick grep to ensure we're not calling this, but unlikely given the project's usage patterns

Assessment: Low risk, safe to merge. Patch release with no breaking changes. The Netty version bump is a positive inclusion as newer Netty versions typically contain security fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants