Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps revision from 3.4.2 to 3.5.0.
Updates com.github.docker-java:docker-java from 3.4.2 to 3.5.0

Release notes

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

3.5.0

Breaking changes

📈 Enhancements

🐛 Bug Fixes

Dependencies

Commits
  • 5af2d3a chore(deps): update guava so that it is not vulnerable (#2300)
  • 2fa2eb5 Bump org.awaitility:awaitility from 4.0.1 to 4.3.0 (#2408)
  • d9b6533 Fix possible CME while replacing properties (#2416)
  • 1d6c344 Add some missed options to UpdateContainerCmd (#2389)
  • cb72675 Run dependabot on Tuesday
  • a404bd1 Fix InspectContainerResponse data types to be able to hold an int64 (#2392)
  • 77766d0 Bump org.immutables:value from 2.8.2 to 2.10.1 (#2220)
  • a349b48 Bump org.apache.commons:commons-compress from 1.21 to 1.27.1 (#2256)
  • 4bfb74f Bump org.projectlombok:lombok from 1.18.22 to 1.18.38 (#2210)
  • 4fe0ae4 Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider (#2281)
  • Additional commits viewable in compare view

Updates com.github.docker-java:docker-java-transport-httpclient5 from 3.4.2 to 3.5.0

Release notes

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

3.5.0

Breaking changes

📈 Enhancements

🐛 Bug Fixes

Dependencies

Commits
  • 5af2d3a chore(deps): update guava so that it is not vulnerable (#2300)
  • 2fa2eb5 Bump org.awaitility:awaitility from 4.0.1 to 4.3.0 (#2408)
  • d9b6533 Fix possible CME while replacing properties (#2416)
  • 1d6c344 Add some missed options to UpdateContainerCmd (#2389)
  • cb72675 Run dependabot on Tuesday
  • a404bd1 Fix InspectContainerResponse data types to be able to hold an int64 (#2392)
  • 77766d0 Bump org.immutables:value from 2.8.2 to 2.10.1 (#2220)
  • a349b48 Bump org.apache.commons:commons-compress from 1.21 to 1.27.1 (#2256)
  • 4bfb74f Bump org.projectlombok:lombok from 1.18.22 to 1.18.38 (#2210)
  • 4fe0ae4 Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider (#2281)
  • 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 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)
Bumps `revision` from 3.4.2 to 3.5.0. Updates `com.github.docker-java:docker-java` from 3.4.2 to 3.5.0 - [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.4.2...3.5.0) Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.4.2 to 3.5.0 - [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.4.2...3.5.0) --- updated-dependencies: - dependency-name: com.github.docker-java:docker-java dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.docker-java:docker-java-transport-httpclient5 dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency related change label Apr 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 22:32
@MarkEWaite MarkEWaite added enhancement Improvement or new feature and removed dependencies Dependency related change labels Apr 2, 2025
Copy link
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.

Includes the changes in docker-java-api to support HTTP client 5.4

This commit shows that the 3.5.0 release of docker-java-api includes the change in PR-2364

@basil basil merged commit 211cdd2 into master Apr 2, 2025
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/revision-3.5.0 branch April 2, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement or new feature

3 participants