dependabot[bot] opened a new pull request, #12155:
URL: https://github.com/apache/camel/pull/12155

   Bumps 
[com.github.docker-java:docker-java](https://github.com/docker-java/docker-java)
 from 3.3.2 to 3.3.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/docker-java/docker-java/releases";>com.github.docker-java:docker-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.3.4</h2>
   <h2>Changes</h2>
   <ul>
   <li>Bump org.testcontainers:testcontainers from 1.16.3 to 1.19.1 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2218";>#2218</a>)</li>
   <li>Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.15.4 to 
0.18.2 <a href="https://github.com/dependabot";><code>@​dependabot</code></a> 
(<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2226";>#2226</a>)</li>
   <li>Add units (nanoseconds) to HealthCheck. <a 
href="https://github.com/SLG";><code>@​SLG</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2187";>#2187</a>)</li>
   <li>Disable CopyArchiveToContainerCmdIT#copyFileWithUIDGID <a 
href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2228";>#2228</a>)</li>
   <li>Bump assertj-core from 3.22.0 to 3.24.2 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2051";>#2051</a>)</li>
   <li>Bump jna from 5.12.1 to 5.13.0 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2047";>#2047</a>)</li>
   <li>Bump commons-io from 2.6 to 2.13.0 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2153";>#2153</a>)</li>
   <li>Bump org.junit.jupiter:junit-jupiter from 5.7.2 to 5.10.0 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2163";>#2163</a>)</li>
   <li>Bump org.bouncycastle:bcpkix-jdk18on from 1.75 to 1.76 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2169";>#2169</a>)</li>
   </ul>
   <h2>📈 Enhancements</h2>
   <ul>
   <li>Add signal query argument for Restart Container command <a 
href="https://github.com/dmmax";><code>@​dmmax</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2186";>#2186</a>)</li>
   <li>Implemented the <code>SizeRw</code> field in the 
<code>InspectContainerResponse</code> class. <a 
href="https://github.com/LarsSven";><code>@​LarsSven</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2216";>#2216</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>Improve assertions <a 
href="https://github.com/Sineaggi";><code>@​Sineaggi</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2189";>#2189</a>)</li>
   <li>Fixing flaky test <code>ListContainersCmdIT.testStatusFilter</code> <a 
href="https://github.com/dmmax";><code>@​dmmax</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2188";>#2188</a>)</li>
   </ul>
   <h2>3.3.3</h2>
   <h2>Changes</h2>
   <ul>
   <li>updated bouncy castle to bcpkix-jdk18on:1.75 and fix missing reflect 
config for graalvm <a 
href="https://github.com/cmdjulian";><code>@​cmdjulian</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2135";>#2135</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Add setter to auths if it's null to avoid NPE when getting auths <a 
href="https://github.com/chunweilim";><code>@​chunweilim</code></a> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2142";>#2142</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/fd5da167a4cd437e51b7fcda1a6ab63a31c59185";><code>fd5da16</code></a>
 Add signal query argument for Restart Container command (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2186";>#2186</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/278a3ac6428ae88b652d7e2dab2db12354af4f3f";><code>278a3ac</code></a>
 Replace deprecated match methods (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2189";>#2189</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/8a840511ad9417d71e8293ba04310fb92d5e87eb";><code>8a84051</code></a>
 Bump org.testcontainers:testcontainers from 1.16.3 to 1.19.1 (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2218";>#2218</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/a437d0e0670069c40518ea9fe730f709c121f031";><code>a437d0e</code></a>
 Bump com.github.siom79.japicmp:japicmp-maven-plugin (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2226";>#2226</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/fea93ec68ac29e8befeab3c85922283406ea15e2";><code>fea93ec</code></a>
 Implemented the <code>SizeRw</code> field in the 
<code>InspectContainerResponse</code> class. (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2216";>#2216</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/d138d51999cde27ff89fbe5b070045a37203192f";><code>d138d51</code></a>
 Add units (nanoseconds) to HealthCheck (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2187";>#2187</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/ede20db9870476fe51a8b376a36921d99177d3bf";><code>ede20db</code></a>
 Fixing flaky test <code>ListContainersCmdIT.testStatusFilter</code> (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2188";>#2188</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/1da9515043f1ca290c6779a65a21a74f11fad2ea";><code>1da9515</code></a>
 Disable CopyArchiveToContainerCmdIT#copyFileWithUIDGID (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2228";>#2228</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/12ecc2bcbf0b6fbfe64cc658101ebccd6a1d06d6";><code>12ecc2b</code></a>
 Bump assertj-core from 3.22.0 to 3.24.2 (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2051";>#2051</a>)</li>
   <li><a 
href="https://github.com/docker-java/docker-java/commit/2babed862d9820921962e66dad14e5dab8741901";><code>2babed8</code></a>
 Bump jna from 5.12.1 to 5.13.0 (<a 
href="https://redirect.github.com/docker-java/docker-java/issues/2047";>#2047</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/docker-java/docker-java/compare/3.3.2...3.3.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.docker-java:docker-java&package-manager=maven&previous-version=3.3.2&new-version=3.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to