dependabot[bot] opened a new pull request, #20910: URL: https://github.com/apache/camel/pull/20910
Bumps [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) from 3.6.3 to 3.6.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dnsjava/dnsjava/releases">dnsjava:dnsjava's releases</a>.</em></p> <blockquote> <h2>v3.6.4</h2> <ul> <li>Fix Zone-class serialization (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/391">#391</a>)</li> <li>Avoid Double DNS Lookup for Names with Labels >= ndots (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/388">#388</a>)</li> <li>Prevent NPE when calling Message#getTSIG() on DNS request with bad header (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/384">#384</a>)</li> <li>Unwrap an exception in the legacy callback-based async interface (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/383">#383</a>)</li> <li>Prevent ConcurrentModificationException in NIO clients (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/379">#379</a>, <a href="https://github.com/bhaveshthakker"><code>@bhaveshthakker</code></a>)</li> <li>Handle <code>null</code> in all setSearchPath overloads equally (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/157">#157</a>)</li> <li>Reduce warning level of invalid <code>hosts</code> file entries (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/371">#371</a>)</li> <li>Remove a lock on the hot-path in the <code>hosts</code> file parser (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/371">#371</a>)</li> <li>DoH Resolver makes use of the Multi-Release jar and tests are executed for Java 8 and 11+ implementations (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/385">#385</a>)</li> <li>Fix DoH Resolver initial request delay (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/385">#385</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dnsjava/dnsjava/compare/v3.6.3...v3.6.4">https://github.com/dnsjava/dnsjava/compare/v3.6.3...v3.6.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dnsjava/dnsjava/blob/master/Changelog">dnsjava:dnsjava's changelog</a>.</em></p> <blockquote> <p>01/18/2026</p> <ul> <li>3.6.4 released</li> <li>Fix Zone-class serialization (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/391">#391</a>)</li> <li>Avoid Double DNS Lookup for Names with Labels >= ndots (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/388">#388</a>)</li> <li>Prevent NPE when calling Message#getTSIG() on DNS request with bad header (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/384">#384</a>)</li> <li>Unwrap an exception in the legacy callback-based async interface (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/383">#383</a>)</li> <li>Prevent ConcurrentModificationException in NIO clients (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/379">#379</a>, <a href="https://github.com/bhaveshthakker"><code>@bhaveshthakker</code></a>)</li> <li>Handle <code>null</code> in all setSearchPath overloads equally (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/157">#157</a>)</li> <li>Reduce warning level of invalid <code>hosts</code> file entries (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/371">#371</a>)</li> <li>Remove a lock on the hot-path in the <code>hosts</code> file parser (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/371">#371</a>)</li> <li>DoH Resolver makes use of the Multi-Release jar and tests are executed for Java 8 and 11+ implementations (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/385">#385</a>)</li> <li>Fix DoH Resolver initial request delay (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/385">#385</a>)</li> </ul> <p>01/26/2025</p> <ul> <li>3.6.3 released</li> <li>Support custom hosts file size (<a href="https://github.com/flaming-archer"><code>@flaming-archer</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/349">#349</a>)</li> <li>Fix origin handling in zone loaded from file or stream (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/346">#346</a>)</li> <li>Prevent TCP port leak when closing IO (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/351">#351</a>)</li> <li>Fix confusing parameter name in CNAMERecord (<a href="https://github.com/chkal"><code>@chkal</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/354">#354</a>)</li> <li>Optionally disable ShutdownHook in NioClient (<a href="https://github.com/SvenssonWeb"><code>@SvenssonWeb</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/359">#359</a>)</li> <li>TSIG algorithm names from RFC 8945</li> <li>Message.toWire can exceed MAXLENGTH (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/355">#355</a>)</li> <li>TCP query might fail if the shared buffer is full (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/357">#357</a>)</li> <li>Dynamic updates silently truncates records (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/356">#356</a>)</li> <li>Fix DoH initial request using recommended nanoTime calculation (<a href="https://github.com/LinZong"><code>@LinZong</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/345">#345</a>)</li> </ul> <p>09/21/2024</p> <ul> <li>3.6.2 released</li> <li>Add new IANA Trust Anchor (<a href="https://github.com/technolord"><code>@technolord</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/337">#337</a>)</li> <li>Fix Zone handling with signed SOA (<a href="https://github.com/frankarinnet"><code>@frankarinnet</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/335">#335</a>)</li> </ul> <p>07/28/2024</p> <ul> <li>3.6.1 released</li> <li>Properly fix LookupSession doesn't cache CNAMEs (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/316">#316</a>)</li> <li>Move JEP-418 SPI to Java 18 to support EOL workflows (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/329">#329</a>)</li> </ul> <p>07/21/2024</p> <ul> <li>3.6.0 released</li> <li>Fix CVE-2024-25638 (GHSA-cfxw-4h78-h7fw) Lookup and LookupSession do not sanitize input properly, allowing to smuggle additional responses, even with DNSSEC. I would like to thank Thomas Bellebaum from Fraunhofer AISEC (<a href="https://github.com/bellebaum"><code>@bellebaum</code></a>) and Martin Schanzenbach (<a href="https://github.com/schanzen"><code>@schanzen</code></a>) for reporting and assisting me with this issue.</li> <li>Fix CVE-2023-50387 (GHSA-crjg-w57m-rqqf) Denial-of-Service Algorithmic Complexity Attacks (KeyTrap)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dnsjava/dnsjava/commit/71fc4433a3910082c5458a85d2c68113f55987eb"><code>71fc443</code></a> Release v3.6.4</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/7b7c929e5b90b8c24f257d95aa8297767de143e8"><code>7b7c929</code></a> Downgrade/Upgrade spotless for various Java versions</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/6f65a368cc7981ee94650045c6b7853c8ae1f185"><code>6f65a36</code></a> Replace defunct Maven Central badge</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/f6608422df4414905978abbfb6ab5b5c39ba0833"><code>f660842</code></a> Update dependencies, support Java 25 builds</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/34ba40e14de9403f5092e26132834caa607f31c3"><code>34ba40e</code></a> Prevent NPE during shutdown when the hook is already released</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/865240c11a63ff77c4c98a3595d0ac3a8346d4f9"><code>865240c</code></a> Fix and validate Zone serialization via Java objects</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/6a0a1d7f2532934d34b407fce8b146aab34d30e2"><code>6a0a1d7</code></a> Prevent identical queries for names exceeding ndots</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/4b84d92812c9335dc271633ce045028a68f0108f"><code>4b84d92</code></a> Migrate ossrh to central publisher portal</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/5ac65c2e6be76f72061d3c79f5aa43aea0cb16fc"><code>5ac65c2</code></a> Remove deprecated Maven flags</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/793cd22c5209142873135f791f96d187a7aec97d"><code>793cd22</code></a> Improve log message</li> <li>Additional commits viewable in <a href="https://github.com/dnsjava/dnsjava/compare/v3.6.3...v3.6.4">compare view</a></li> </ul> </details> <br /> [](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]
