Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker-java/docker-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.1
Choose a base ref
...
head repository: docker-java/docker-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 1, 2026

  1. Bump netty.version from 4.2.10.Final to 4.2.12.Final (#2605)

    Bumps `netty.version` from 4.2.10.Final to 4.2.12.Final.
    
    Updates `io.netty:netty-codec-http` from 4.2.10.Final to 4.2.12.Final
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.12.Final)
    
    Updates `io.netty:netty-handler` from 4.2.10.Final to 4.2.12.Final
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.12.Final)
    
    Updates `io.netty:netty-handler-proxy` from 4.2.10.Final to 4.2.12.Final
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.12.Final)
    
    Updates `io.netty:netty-transport-native-epoll` from 4.2.10.Final to 4.2.12.Final
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.12.Final)
    
    Updates `io.netty:netty-transport-native-kqueue` from 4.2.10.Final to 4.2.12.Final
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.12.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-codec-http
      dependency-version: 4.2.12.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-handler
      dependency-version: 4.2.12.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-handler-proxy
      dependency-version: 4.2.12.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-transport-native-epoll
      dependency-version: 4.2.12.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-transport-native-kqueue
      dependency-version: 4.2.12.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    1cf970e View commit details
    Browse the repository at this point in the history
  2. Bump org.testcontainers:testcontainers from 2.0.3 to 2.0.4 (#2600)

    Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-java@2.0.3...2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-version: 2.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ceabb3b View commit details
    Browse the repository at this point in the history
Loading