Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps revision from 3.5.2 to 3.5.3.
Updates com.github.docker-java:docker-java from 3.5.2 to 3.5.3

Release notes

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

3.5.3

Changes

📈 Enhancements

Commits
  • ad1e26a Bump jackson.version from 2.18.3 to 2.18.4 (#2473)
  • d9f2aad Add deploymentName
  • b1d9e91 Ignore jackson minor version updates
  • 9ccbd8f Add Annotations option to HostConfig (#2422)
  • dfb9796 Drop jackson-jaxrs-json-provider dependency (#2468)
  • 05ac7d7 Bump org.testcontainers:testcontainers from 1.21.2 to 1.21.3 (#2467)
  • e17e11e Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2428)
  • da24f19 Bump netty.version from 4.1.119.Final to 4.2.2.Final (#2454)
  • 1ece58a Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.4 to 5.5 (#2445)
  • See full diff in compare view

Updates com.github.docker-java:docker-java-transport-httpclient5 from 3.5.2 to 3.5.3

Release notes

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

3.5.3

Changes

📈 Enhancements

Commits
  • ad1e26a Bump jackson.version from 2.18.3 to 2.18.4 (#2473)
  • d9f2aad Add deploymentName
  • b1d9e91 Ignore jackson minor version updates
  • 9ccbd8f Add Annotations option to HostConfig (#2422)
  • dfb9796 Drop jackson-jaxrs-json-provider dependency (#2468)
  • 05ac7d7 Bump org.testcontainers:testcontainers from 1.21.2 to 1.21.3 (#2467)
  • e17e11e Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2428)
  • da24f19 Bump netty.version from 4.1.119.Final to 4.2.2.Final (#2454)
  • 1ece58a Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.4 to 5.5 (#2445)
  • See full diff 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.5.2 to 3.5.3.

Updates `com.github.docker-java:docker-java` from 3.5.2 to 3.5.3
- [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.5.2...3.5.3)

Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.5.2 to 3.5.3
- [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.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
  dependency-version: 3.5.3
  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 Aug 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 1, 2025 22:26
@dependabot dependabot bot added the dependencies Dependency related change label Aug 1, 2025
MarkEWaite added a commit to MarkEWaite/bom that referenced this pull request Aug 2, 2025
Docker Java API update from 3.5.2 to 3.5.3 from pull request:

* jenkinsci/docker-java-api-plugin#138

Bumps the netty version dependency inside the API plugin from 4.1.119
to 4.2.2 but the Jenkins netty plugin is 4.1.118.  Need to confirm that
does not cause issues in plugin BOM tests.

Git plugin update from 5.7.0 to 5.8.0 includes pull request:

* jenkinsci/git-plugin#1776

That fixes https://issues.jenkins.io/browse/JENKINS-75854 and adjusts
the git plugin multibranch Pipeline scan to only request tags if the
Discover Tags trait is associated with the scan.

Git client plugin update from 6.2.0 to 6.3.0 increases the minimum Jenkins
version from 2.479.3 to 2.504.1.  Other changes are dependency updates.

Testing done:

PLUGINS=git,git-client,docker-plugin LINE=weekly bash ./local-test.sh
@MarkEWaite MarkEWaite added enhancement Improvement or new feature and removed dependencies Dependency related change labels Aug 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.

@dependabot squash and merge

Tests passed in BOM and in ATH.

@dependabot dependabot bot merged commit 156e51f into master Aug 2, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/maven/revision-3.5.3 branch August 2, 2025 14:50
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.

2 participants