You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/01 18:01:55 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #861: build(deps): bump jsoup from 1.15.4 to 1.16.1

dependabot[bot] opened a new pull request, #861:
URL: https://github.com/apache/shiro/pull/861

   Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.4 to 1.16.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jhy/jsoup/releases">jsoup's releases</a>.</em></p>
   <blockquote>
   <h2>jsoup 1.16.1</h2>
   <h3>jsoup Java HTML Parser release 1.16.1</h3>
   <p><strong>jsoup 1.16.1</strong> is out now, with a bunch of improvements and bug fixes.</p>
   <p>This includes fixes for an <a href="https://redirect.github.com/jhy/jsoup/issues/1914">issue</a> impacting fetching URLs where characters may get double escaped, and a number of improvements to the pretty-printer.</p>
   <p>See the <a href="https://jsoup.org/news/release-1.16.1">jsoup 1.16.1 Launch Announcement</a> for all the changes.</p>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/jhy/jsoup/compare/jsoup-1.15.4...jsoup-1.16.1">https://github.com/jhy/jsoup/compare/jsoup-1.15.4...jsoup-1.16.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jhy/jsoup/blob/master/CHANGES">jsoup's changelog</a>.</em></p>
   <blockquote>
   <p>jsoup changelog</p>
   <p>Release 1.16.1 [29-Apr-2023]</p>
   <ul>
   <li>
   <p>Improvement: in Jsoup.connect(url), natively support URLs with Unicode characters in the path or query string,
   without having to be escaped by the caller.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1914">jhy/jsoup#1914</a></p>
   </li>
   <li>
   <p>Improvement: Calling Node.remove() on a node with no parent is now a no-op, vs a validation error.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1898">jhy/jsoup#1898</a></p>
   </li>
   <li>
   <p>Bugfix: aligned the HTML Tree Builder processing steps for AfterBody and AfterAfterBody to the updated WHATWG
   standard, to not pop the stack to close <!-- raw HTML omitted --> or <!-- raw HTML omitted --> elements. This prevents an errant <!-- raw HTML omitted --> closing preceding
   structure. Also added appropriate error message outputs in this case.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1851">jhy/jsoup#1851</a></p>
   </li>
   <li>
   <p>Bugfix: Corrected support for ruby elements (<!-- raw HTML omitted -->, <!-- raw HTML omitted -->, <!-- raw HTML omitted -->, and <!-- raw HTML omitted -->) to current spec.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1294">jhy/jsoup#1294</a></p>
   </li>
   <li>
   <p>Bugfix: When using Node.before(node) or Node.after(node), if the incoming node was a sibling of the context node,
   the incoming node may be inserted into the wrong relative location.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1898">jhy/jsoup#1898</a></p>
   </li>
   <li>
   <p>Bugfix: In Jsoup.connect(url), if the input URL had components that were already % escaped, they would be escaped
   again, causing errors when fetched.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1902">jhy/jsoup#1902</a></p>
   </li>
   <li>
   <p>Bugfix: when tracking input source positions, text in tables that was fostered had invalid positions.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1927">jhy/jsoup#1927</a></p>
   </li>
   <li>
   <p>Bugfix: If the Document.OutputSettings class was initialized, and then Entities.escape(String) called, an NPE may be
   thrown due to a class loading circular dependency.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1910">jhy/jsoup#1910</a></p>
   </li>
   <li>
   <p>Bugfix: when pretty-printing, the first inline Element or Comment in a block would not be wrap-indented if it were
   preceded by a blank text node.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1906">jhy/jsoup#1906</a></p>
   </li>
   <li>
   <p>Bugfix: when pretty-printing a <!-- raw HTML omitted --> containing block tags, those tags were incorrectly indented.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1891">jhy/jsoup#1891</a></p>
   </li>
   <li>
   <p>Bugfix: when pretty-printing nested inlineable blocks (such as a <!-- raw HTML omitted --> in a <!-- raw HTML omitted -->), the inner element should be
   indented.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1926">jhy/jsoup#1926</a></p>
   </li>
   <li>
   <p>Bugfix: <!-- raw HTML omitted --> tags should be wrap-indented when in block tags (and not when in inline tags).
   <a href="https://redirect.github.com/jhy/jsoup/issues/1911">jhy/jsoup#1911</a></p>
   </li>
   <li>
   <p>Bugfix: the contents of a sufficiently large <!-- raw HTML omitted --> with un-escaped HTML closing tags may be incorrectly parsed
   to an empty node.
   <a href="https://redirect.github.com/jhy/jsoup/issues/1929">jhy/jsoup#1929</a></p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jhy/jsoup/commit/062ebdb3b77f170a3e4d03c61d6b7290c83ffb44"><code>062ebdb</code></a> [maven-release-plugin] prepare release jsoup-1.16.1</li>
   <li><a href="https://github.com/jhy/jsoup/commit/8e2b86839b276191cf215a3500c405b1489cb215"><code>8e2b868</code></a> Nested inlineable elements should indent</li>
   <li><a href="https://github.com/jhy/jsoup/commit/d9544a49ec6859d145b8392cc9fb4a3c86960b42"><code>d9544a4</code></a> Fixed an assert</li>
   <li><a href="https://github.com/jhy/jsoup/commit/f0ae81b13eb3dee39d4b93e73913e5072bf5debd"><code>f0ae81b</code></a> Check the buffer is fully read if looking for absent content</li>
   <li><a href="https://github.com/jhy/jsoup/commit/78aeac18c6e9a7bc9294e0575bce8e465e5223ac"><code>78aeac1</code></a> Test for end source range</li>
   <li><a href="https://github.com/jhy/jsoup/commit/907d09e28fe9f6df9d39c050d7d476879956574e"><code>907d09e</code></a> Add new tests for CharacterReader (<a href="https://redirect.github.com/jhy/jsoup/issues/1931">#1931</a>)</li>
   <li><a href="https://github.com/jhy/jsoup/commit/e92c3634b08b6f14ff0b458b125890e415401ff5"><code>e92c363</code></a> Bump animal-sniffer-maven-plugin from 1.22 to 1.23 (<a href="https://redirect.github.com/jhy/jsoup/issues/1924">#1924</a>)</li>
   <li><a href="https://github.com/jhy/jsoup/commit/321be7c3ea5a85f374739e5c97df0ba5fe2f3bd6"><code>321be7c</code></a> Bump maven-resources-plugin from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/jhy/jsoup/issues/1925">#1925</a>)</li>
   <li><a href="https://github.com/jhy/jsoup/commit/c93ea51dabfbfd34d6b979f5cc876ed3b5d093a4"><code>c93ea51</code></a> Clone Token.Characters into PendingTableCharacters</li>
   <li><a href="https://github.com/jhy/jsoup/commit/dea49696e976b389864cd2926f93c6ff07bdcfa6"><code>dea4969</code></a> Updated AfterBody and AfterAfterBody to current spec</li>
   <li>Additional commits viewable in <a href="https://github.com/jhy/jsoup/compare/jsoup-1.15.4...jsoup-1.16.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jsoup:jsoup&package-manager=maven&previous-version=1.15.4&new-version=1.16.1)](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)
   
   
   </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: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] lprimak merged pull request #861: build(deps): bump jsoup from 1.15.4 to 1.16.1

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak merged PR #861:
URL: https://github.com/apache/shiro/pull/861


-- 
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: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org