Skip to content

Build(deps): Bump dnsjava:dnsjava from 2.1.9 to 3.6.5 - #6520

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/dnsjava-dnsjava-3.6.5
Open

Build(deps): Bump dnsjava:dnsjava from 2.1.9 to 3.6.5#6520
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/dnsjava-dnsjava-3.6.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps dnsjava:dnsjava from 2.1.9 to 3.6.5.

Release notes

Sourced from dnsjava:dnsjava's releases.

v3.6.5

  • Handle canceled keys in UDP client (#129)
  • Handle interrupts on NIO selector thread (#396, #397)
  • Fix config option key names in README (@鈥媗ostnet, #399)
  • Handle invalid/uninitialized file times in hosts file (#400)
  • Add getXxxAsByteArray() getters and overload with escape boolean (@鈥婱Mauro94, #404, #405)

Note: The tag for this release is v3.6.5-1, because the v3.6.5 tag accidentally pointed to a local branch and cannot be changed anymore because of the immutable releases. The Maven artifacts from the Actions run are correct.

Full Changelog: dnsjava/dnsjava@v3.6.4...v3.6.5-1

v3.6.4

  • Fix Zone-class serialization (#391)
  • Avoid Double DNS Lookup for Names with Labels >= ndots (#388)
  • Prevent NPE when calling Message#getTSIG() on DNS request with bad header (#384)
  • Unwrap an exception in the legacy callback-based async interface (#383)
  • Prevent ConcurrentModificationException in NIO clients (#379, @鈥媌haveshthakker)
  • Handle null in all setSearchPath overloads equally (#157)
  • Reduce warning level of invalid hosts file entries (#371)
  • Remove a lock on the hot-path in the hosts file parser (#371)
  • DoH Resolver makes use of the Multi-Release jar and tests are executed for Java 8 and 11+ implementations (#385)
  • Fix DoH Resolver initial request delay (#385)

Full Changelog: dnsjava/dnsjava@v3.6.3...v3.6.4

v3.6.3

  • Support custom hosts file size (@鈥媐laming-archer, #349)
  • Fix origin handling in zone loaded from file or stream (#346)
  • Prevent TCP port leak when closing IO (#351)
  • Fix confusing parameter name in CNAMERecord (@鈥媍hkal, #354)
  • Optionally disable ShutdownHook in NioClient (@鈥婼venssonWeb, #359)
  • TSIG algorithm names from RFC 8945
  • Message.toWire can exceed MAXLENGTH (#355)
  • TCP query might fail if the shared buffer is full (#357)
  • Dynamic updates silently truncates records (#356)
  • Fix DoH initial request using recommended nanoTime calculation (@鈥婰inZong, #345)

v3.6.2

v3.6.1

  • Properly fix LookupSession doesn't cache CNAMEs (#316)
  • Move JEP-418 SPI to Java 18 to support EOL workflows (#329)

v3.6.0

... (truncated)

Changelog

Sourced from dnsjava:dnsjava's changelog.

05/23/2026

  • 3.6.5 released
  • Handle canceled keys in UDP client (#129)
  • Handle interrupts on NIO selector thread (#396, #397)
  • Fix config option key names in README (@鈥媗ostnet, #399)
  • Handle invalid/uninitialized file times in hosts file (#400)
  • Add getXxxAsByteArray() getters and overload with escape boolean (@鈥婱Mauro94, #404, #405)

01/18/2026

  • 3.6.4 released
  • Fix Zone-class serialization (#391)
  • Avoid Double DNS Lookup for Names with Labels >= ndots (#388)
  • Prevent NPE when calling Message#getTSIG() on DNS request with bad header (#384)
  • Unwrap an exception in the legacy callback-based async interface (#383)
  • Prevent ConcurrentModificationException in NIO clients (#379, @鈥媌haveshthakker)
  • Handle null in all setSearchPath overloads equally (#157)
  • Reduce warning level of invalid hosts file entries (#371)
  • Remove a lock on the hot-path in the hosts file parser (#371)
  • DoH Resolver makes use of the Multi-Release jar and tests are executed for Java 8 and 11+ implementations (#385)
  • Fix DoH Resolver initial request delay (#385)

01/26/2025

  • 3.6.3 released
  • Support custom hosts file size (@鈥媐laming-archer, #349)
  • Fix origin handling in zone loaded from file or stream (#346)
  • Prevent TCP port leak when closing IO (#351)
  • Fix confusing parameter name in CNAMERecord (@鈥媍hkal, #354)
  • Optionally disable ShutdownHook in NioClient (@鈥婼venssonWeb, #359)
  • TSIG algorithm names from RFC 8945
  • Message.toWire can exceed MAXLENGTH (#355)
  • TCP query might fail if the shared buffer is full (#357)
  • Dynamic updates silently truncates records (#356)
  • Fix DoH initial request using recommended nanoTime calculation (@鈥婰inZong, #345)

09/21/2024

07/28/2024

  • 3.6.1 released
  • Properly fix LookupSession doesn't cache CNAMEs (#316)
  • Move JEP-418 SPI to Java 18 to support EOL workflows (#329)

07/21/2024

... (truncated)

Commits

Dependabot compatibility score

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 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 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)

Bumps [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) from 2.1.9 to 3.6.5.
- [Release notes](https://github.com/dnsjava/dnsjava/releases)
- [Changelog](https://github.com/dnsjava/dnsjava/blob/master/Changelog)
- [Commits](https://github.com/dnsjava/dnsjava/commits)

---
updated-dependencies:
- dependency-name: dnsjava:dnsjava
  dependency-version: 3.6.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2026
Copilot AI review requested due to automatic review settings July 23, 2026 21:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


馃挕 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant