Skip to content

Bump revision from 3.7.0 to 3.7.1#163

Merged
MarkEWaite merged 2 commits intomasterfrom
dependabot/maven/revision-3.7.1
Apr 2, 2026
Merged

Bump revision from 3.7.0 to 3.7.1#163
MarkEWaite merged 2 commits intomasterfrom
dependabot/maven/revision-3.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps revision 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 `revision` 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>
@dependabot dependabot bot added the dependencies Dependency related change label Apr 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 2, 2026 03:16
Following the pattern that was used in pull request:

* #60

Included the NonNull annotation because the arguments are annotated as
Nonnull in the upstream implementations:

* https://github.com/docker-java/docker-java/pull/2592/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7
* https://github.com/docker-java/docker-java/pull/2594/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7

Testing done:

* `mvn clean verify` passes
@MarkEWaite MarkEWaite added enhancement Improvement or new feature and removed dependencies Dependency related change labels Apr 2, 2026
Copy link
Copy Markdown
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plugin BOM tests with the incremental passed locally with the command:

LINE=weekly PLUGINS=docker-plugin bash ./local-test.sh

The only plugin BOM dependency on the docker-java-api plugin is docker-plugin. I expected no significant benefit from a weekly tests of the plugin BOM, so I only ran the tests locally.

@MarkEWaite MarkEWaite merged commit 5d70f77 into master Apr 2, 2026
17 checks passed
@dependabot dependabot bot deleted the dependabot/maven/revision-3.7.1 branch April 2, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement or new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant