dependabot[bot] opened a new pull request, #2106: URL: https://github.com/apache/tika/pull/2106
Bumps [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) from 3.6.2 to 3.6.3. <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.3</h2> <ul> <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> </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/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> <li>Fix CVE-2023-50868 (GHSA-mmwx-rj87-vfgr) NSEC3 closest encloser proof can exhaust CPU resources (KeyTrap)</li> <li>Fix running all DNSSEC on the specified executor</li> <li>Add new DNSSEC algorithm constants for SM2SM3 and ECC-GOST12</li> <li>Add A/AAAA record constructor with IP address byte array</li> <li>Validate DS record digest lengths (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/250">#250</a>)</li> <li>Fix NPE in SimpleResolver on invalid responses (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/277">#277</a>)</li> <li>Add support for JEP 418: Internet-Address Resolution SPI (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/290">#290</a>)</li> <li>Full JPMS support (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/246">#246</a>)</li> <li>Pluggable I/O for SimpleResolver (<a href="https://github.com/chrisruffalo"><code>@chrisruffalo</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/253">#253</a>)</li> <li>UDP port leak in SimpleResolver (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/318">#318</a>)</li> <li>Fix clean shutdown in app containers when never used (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/319">#319</a>)</li> <li>Fix concurrency issue in I/O clients (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/315">#315</a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/323">#323</a>)</li> <li>LookupSession doesn't cache CNAMEs (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/316">#316</a>)</li> <li>SimpleResolver can fail with UPDATE response (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/322">#322</a>)</li> <li>Replace synchronization in Zone with locks</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dnsjava/dnsjava/commit/52b59baf12d1a0760ce63ad667e9046885cf1b6d"><code>52b59ba</code></a> Release v3.6.3</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/fbb6b097a7c78533fdcef0b640d15e665580826b"><code>fbb6b09</code></a> Fix or suppress Sonar-reported issues</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/77e049578334982794348885027261130e89b2d1"><code>77e0495</code></a> Fix compiler warnings about unsigned conversions</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/5fa4ccfad4dbf557bcfbc87f768d90e7790b1978"><code>5fa4ccf</code></a> Replace deprecated URL constructor</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/9a748a04f6e39b348fb747bd8f03390abbfe450f"><code>9a748a0</code></a> Fix DoH initial request using recommended nanoTime calculation</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/8444680476c095299a76958144157667c4ed70d4"><code>8444680</code></a> Disable UPDATE message truncation</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/8462e2b73fb73da79c410eedba878a987b4274bc"><code>8462e2b</code></a> Update dependencies</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/36f582395ec092911ee3ac496ed2c2705fe52c52"><code>36f5823</code></a> Properly handle write failures on full TCP output buffer</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/d354e666828285f955e80cf1b5a65e876592a8a5"><code>d354e66</code></a> Prevent comparison of multi-release files with japicmp</li> <li><a href="https://github.com/dnsjava/dnsjava/commit/83902b4ee47541924ad30b46d2ef0a81ab00e902"><code>83902b4</code></a> Fix PR analyze permissions</li> <li>Additional commits viewable in <a href="https://github.com/dnsjava/dnsjava/compare/v3.6.2...v3.6.3">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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org