XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
80 stars 45 forks source link

Bump com.github.docker-java:docker-java-api from 3.3.1 to 3.3.4 #492

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps com.github.docker-java:docker-java-api from 3.3.1 to 3.3.4.

Release notes

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

3.3.4

Changes

📈 Enhancements

  • Add signal query argument for Restart Container command @​dmmax (#2186)
  • Implemented the SizeRw field in the InspectContainerResponse class. @​LarsSven (#2216)

🧰 Maintenance

3.3.3

Changes

  • updated bouncy castle to bcpkix-jdk18on:1.75 and fix missing reflect config for graalvm @​cmdjulian (#2135)

🐛 Bug Fixes

3.3.2

Changes

📈 Enhancements

🐛 Bug Fixes

🧰 Maintenance

Commits
  • fd5da16 Add signal query argument for Restart Container command (#2186)
  • 278a3ac Replace deprecated match methods (#2189)
  • 8a84051 Bump org.testcontainers:testcontainers from 1.16.3 to 1.19.1 (#2218)
  • a437d0e Bump com.github.siom79.japicmp:japicmp-maven-plugin (#2226)
  • fea93ec Implemented the SizeRw field in the InspectContainerResponse class. (#2216)
  • d138d51 Add units (nanoseconds) to HealthCheck (#2187)
  • ede20db Fixing flaky test ListContainersCmdIT.testStatusFilter (#2188)
  • 1da9515 Disable CopyArchiveToContainerCmdIT#copyFileWithUIDGID (#2228)
  • 12ecc2b Bump assertj-core from 3.22.0 to 3.24.2 (#2051)
  • 2babed8 Bump jna from 5.12.1 to 5.13.0 (#2047)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1184b95) 91.28% compared to head (75654cd) 91.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #492 +/- ## ========================================= Coverage 91.28% 91.28% Complexity 1666 1666 ========================================= Files 327 327 Lines 4648 4648 Branches 386 386 ========================================= Hits 4243 4243 Misses 275 275 Partials 130 130 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.