Skip to content

Bump com.github.nbbrd.java-io-util:java-io-bom from 0.0.38 to 0.0.39 - #591

Merged
charphi merged 2 commits into
developfrom
dependabot/maven/develop/com.github.nbbrd.java-io-util-java-io-bom-0.0.39
Aug 21, 2026
Merged

Bump com.github.nbbrd.java-io-util:java-io-bom from 0.0.38 to 0.0.39#591
charphi merged 2 commits into
developfrom
dependabot/maven/develop/com.github.nbbrd.java-io-util-java-io-bom-0.0.39

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.nbbrd.java-io-util:java-io-bom from 0.0.38 to 0.0.39.

Release notes

Sourced from com.github.nbbrd.java-io-util:java-io-bom's releases.

Release v0.0.39

0.0.39 - 2026-08-14

This release refactor the HTTP module to improve robustness, flexibility and to allow more features.

Added

  • Add support of HTTP status code in HttpResponse
  • Add metrics HTTP decorator
  • Add caching HTTP decorator
  • Add rate limiting HTTP decorator
  • Add cookie HTTP decorator
  • Add OkHttp HTTP client
  • Add curl HTTP client
  • Add HTTP factory
  • Add HTTP client adapter for HttpURLConnection
  • Add StylishWriter
  • Add option to normalize URI query before sending request
  • Mask sensitive headers in HttpHeaders
  • Add Resource#nullInputStream

Changed

  • Refactor HTTP response exception handling as a decorator
  • Refactor HTTP connection listener as a decorator
  • Move UrlConnectionHttpClient features to decorators
  • Replace URLQueryBuilder with URIQueryBuilder #469
  • Set default HTTP client timeouts to 2 minutes instead of no timeout
  • Return NO_CONTENT_TYPE instead of throwing IOException when content-type is missing in HTTP response header
Changelog

Sourced from com.github.nbbrd.java-io-util:java-io-bom's changelog.

[0.0.39] - 2026-08-14

This release refactor the HTTP module to improve robustness, flexibility and to allow more features.

Added

  • Add support of HTTP status code in HttpResponse
  • Add metrics HTTP decorator
  • Add caching HTTP decorator
  • Add rate limiting HTTP decorator
  • Add cookie HTTP decorator
  • Add OkHttp HTTP client
  • Add curl HTTP client
  • Add HTTP factory
  • Add HTTP client adapter for HttpURLConnection
  • Add StylishWriter
  • Add option to normalize URI query before sending request
  • Mask sensitive headers in HttpHeaders
  • Add Resource#nullInputStream

Changed

  • Refactor HTTP response exception handling as a decorator
  • Refactor HTTP connection listener as a decorator
  • Move UrlConnectionHttpClient features to decorators
  • Replace URLQueryBuilder with URIQueryBuilder #469
  • Set default HTTP client timeouts to 2 minutes instead of no timeout
  • Return NO_CONTENT_TYPE instead of throwing IOException when content-type is missing in HTTP response header
Commits
  • 82abcc2 Merge branch 'develop'
  • 6a62469 Update versions for release
  • 7e5f5a0 Add release description
  • c12141d Add Resource#nullInputStream
  • 89aa0c7 Fix HttpClient behavior for error responses
  • 378cacd Mask sensitive headers in HttpHeaders
  • 50af6a7 Return NO_CONTENT_TYPE instead of throwing IOException when content-type is m...
  • d5000e9 Add option to normalize URI query before sending request
  • ec35549 Code cleanup
  • d2e43c8 Normalize URI query before sending request
  • Additional commits viewable in compare view

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 [com.github.nbbrd.java-io-util:java-io-bom](https://github.com/nbbrd/java-io-util) from 0.0.38 to 0.0.39.
- [Release notes](https://github.com/nbbrd/java-io-util/releases)
- [Changelog](https://github.com/nbbrd/java-io-util/blob/develop/CHANGELOG.md)
- [Commits](nbbrd/java-io-util@v0.0.38...v0.0.39)

---
updated-dependencies:
- dependency-name: com.github.nbbrd.java-io-util:java-io-bom
  dependency-version: 0.0.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 20, 2026
@charphi
charphi merged commit 5c185b9 into develop Aug 21, 2026
17 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/develop/com.github.nbbrd.java-io-util-java-io-bom-0.0.39 branch August 21, 2026 09:18
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