dependabot[bot] opened a new pull request, #262: URL: https://github.com/apache/distributedlog/pull/262
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md">addressable's changelog</a>.</em></p> <blockquote> <h1>Addressable 2.8.4</h1> <ul> <li>Restore <code>Addressable::IDNA.unicode_normalize_kc</code> as a deprecated method (<a href="https://redirect.github.com/sporkmonger/addressable/issues/504">#504</a>)</li> </ul> <p><a href="https://redirect.github.com/sporkmonger/addressable/issues/504">#504</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/504">sporkmonger/addressable#504</a></p> <h1>Addressable 2.8.3</h1> <ul> <li>Fix template expand level 2 hash support for non-string objects (<a href="https://redirect.github.com/sporkmonger/addressable/issues/499">#499</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/498">#498</a>)</li> </ul> <p><a href="https://redirect.github.com/sporkmonger/addressable/issues/499">#499</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/499">sporkmonger/addressable#499</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/498">#498</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/498">sporkmonger/addressable#498</a></p> <h1>Addressable 2.8.2</h1> <ul> <li>Improve cache hits and JIT friendliness (<a href="https://redirect.github.com/sporkmonger/addressable/pull/486">#486</a>)</li> <li>Improve code style and test coverage (<a href="https://redirect.github.com/sporkmonger/addressable/pull/482">#482</a>)</li> <li>Ensure reset of deferred validation (<a href="https://redirect.github.com/sporkmonger/addressable/pull/481">#481</a>)</li> <li>Resolve normalization differences between <code>IDNA::Native</code> and <code>IDNA::Pure</code> (<a href="https://redirect.github.com/sporkmonger/addressable/issues/408">#408</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/492">#492</a>)</li> <li>Remove redundant colon in <code>Addressable::URI::CharacterClasses::AUTHORITY</code> regex (<a href="https://redirect.github.com/sporkmonger/addressable/pull/438">#438</a>) (accidentally reverted by <a href="https://redirect.github.com/sporkmonger/addressable/issues/449">#449</a> merge but <a href="https://redirect.github.com/sporkmonger/addressable/pull/492#discussion_r1105125280">added back</a> in <a href="https://redirect.github.com/sporkmonger/addressable/issues/492">#492</a>)</li> </ul> <p><a href="https://redirect.github.com/sporkmonger/addressable/issues/492">#492</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/492">sporkmonger/addressable#492</a></p> <h1>Addressable 2.8.1</h1> <ul> <li>refactor <code>Addressable::URI.normalize_path</code> to address linter offenses (<a href="https://redirect.github.com/sporkmonger/addressable/pull/430">#430</a>)</li> <li>update gemspec to reflect supported Ruby versions (<a href="https://redirect.github.com/sporkmonger/addressable/issues/466">#466</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/464">#464</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/463">#463</a>)</li> <li>compatibility w/ public_suffix 5.x (<a href="https://redirect.github.com/sporkmonger/addressable/issues/466">#466</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/465">#465</a>, <a href="https://redirect.github.com/sporkmonger/addressable/issues/460">#460</a>)</li> <li>fixes "invalid byte sequence in UTF-8" exception when unencoding URLs containing non UTF-8 characters (<a href="https://redirect.github.com/sporkmonger/addressable/pull/459">#459</a>)</li> <li><code>Ractor</code> compatibility (<a href="https://redirect.github.com/sporkmonger/addressable/issues/449">#449</a>)</li> <li>use the whole string instead of a single line for template match (<a href="https://redirect.github.com/sporkmonger/addressable/pull/431">#431</a>)</li> <li>force UTF-8 encoding only if needed (<a href="https://redirect.github.com/sporkmonger/addressable/pull/341">#341</a>)</li> </ul> <p><a href="https://redirect.github.com/sporkmonger/addressable/issues/449">#449</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/449">sporkmonger/addressable#449</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/460">#460</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/460">sporkmonger/addressable#460</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/463">#463</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/463">sporkmonger/addressable#463</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/464">#464</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/464">sporkmonger/addressable#464</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/465">#465</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/465">sporkmonger/addressable#465</a> <a href="https://redirect.github.com/sporkmonger/addressable/issues/466">#466</a>: <a href="https://redirect.github.com/sporkmonger/addressable/pull/466">sporkmonger/addressable#466</a></p> <h1>Addressable 2.8.0</h1> <ul> <li>fixes ReDoS vulnerability in Addressable::Template#match</li> <li>no longer replaces <code>+</code> with spaces in queries for non-http(s) schemes</li> <li>fixed encoding ipv6 literals</li> <li>the <code>:compacted</code> flag for <code>normalized_query</code> now dedupes parameters</li> <li>fix broken <code>escape_component</code> alias</li> <li>dropping support for Ruby 2.0 and 2.1</li> <li>adding Ruby 3.0 compatibility for development tasks</li> <li>drop support for <code>rack-mount</code> and remove Addressable::Template#generate</li> <li>performance improvements</li> <li>switch CI/CD to GitHub Actions</li> </ul> <h1>Addressable 2.7.0</h1> <ul> <li>added <code>:compacted</code> flag to <code>normalized_query</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sporkmonger/addressable/commit/e91b64e1ab36dccacd8e339a84e89684ed5bbb3e"><code>e91b64e</code></a> Update version, gemspec, and CHANGELOG for 2.8.4 (<a href="https://redirect.github.com/sporkmonger/addressable/issues/505">#505</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/b460cb7dae6cc7f272e9840c6c1afe26efc00ed6"><code>b460cb7</code></a> restore unicode_normalize_kc as a deprecated method (<a href="https://redirect.github.com/sporkmonger/addressable/issues/504">#504</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/68c60e380fe6218100898d73c75b0f4e54340d3e"><code>68c60e3</code></a> Update version, gemspec, and CHANGELOG for 2.8.3 (<a href="https://redirect.github.com/sporkmonger/addressable/issues/503">#503</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/bfafba8a05b46c0716ade59dc57a83a7de68cbad"><code>bfafba8</code></a> Simplify template specs by removing the 1.8 unordered hash fix (<a href="https://redirect.github.com/sporkmonger/addressable/issues/500">#500</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/c00d58b084597ef53c7621d866b39dd1c7aa133c"><code>c00d58b</code></a> Fix template expand level 2 hash support for non-string objects (<a href="https://redirect.github.com/sporkmonger/addressable/issues/499">#499</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/bcaf766b0a91d889d0a0bfc5cfbdc07bd376924b"><code>bcaf766</code></a> Correct files list in gemspec (<a href="https://redirect.github.com/sporkmonger/addressable/issues/497">#497</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/5622589d27fe730d47a6f8ea48e791aff7dadba4"><code>5622589</code></a> Update version, gemspec, and CHANGELOG for 2.8.2 (<a href="https://redirect.github.com/sporkmonger/addressable/issues/495">#495</a>)</li> <li><a href="https://github.com/sporkmonger/addressable/commit/5c22f258c8acb6750ef6b1b0487ffcc1c3fdb874"><code>5c22f25</code></a> Merge pull request <a href="https://redirect.github.com/sporkmonger/addressable/issues/492">#492</a> from jarthod/fix-null-normalization-408</li> <li><a href="https://github.com/sporkmonger/addressable/commit/1998e06c81d813eac30409497b04fc6d6f19d231"><code>1998e06</code></a> Use ruby unicode normalize to avoid libidn C problems and heavy legacy ruby code</li> <li><a href="https://github.com/sporkmonger/addressable/commit/1fdd676753fb2f44c9d7e0953c97c3e6becfb36a"><code>1fdd676</code></a> CI: remove truffleruby-21.3 from matrix (<a href="https://redirect.github.com/sporkmonger/addressable/issues/490">#490</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sporkmonger/addressable/compare/addressable-2.5.2...addressable-2.8.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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/distributedlog/network/alerts). </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]
