dependabot[bot] opened a new pull request, #330:
URL: https://github.com/apache/maven-indexer/pull/330
   Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jhy/jsoup/releases";>org.jsoup:jsoup's 
releases</a>.</em></p>
   <blockquote>
   <h2>jsoup 1.16.2</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jhy/jsoup/blob/master/CHANGES";>org.jsoup:jsoup's 
changelog</a>.</em></p>
   <blockquote>
   <p>jsoup changelog</p>
   <p>Release 1.16.2 [PENDING]</p>
   <ul>
   <li>
   <p>Improvement: optimized the performance of complex CSS selectors, by 
adding a cost-based query planner. Evaluators
   are sorted by their relative execution cost, and executed in order of lower 
to higher cost. This speeds the
   matching process by ensuring that simpler evaluations (such as a tag name 
match) are conducted prior to more
   complex evaluations (such as an attribute regex, or a deep child scan with a 
:has).</p>
   </li>
   <li>
   <p>Improvement: added support for <!-- raw HTML omitted --> and <!-- raw 
HTML omitted --> tags (and their children). This includes tag namespaces and 
case
   preservation on applicable tags and attributes.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2008";>jhy/jsoup#2008</a></p>
   </li>
   <li>
   <p>Improvement: when converting jsoup Documents to W3C Documents in W3CDom, 
HTML documents will be placed in the
   <code>http://www.w3.org/1999/xhtml</code> namespace by default, per the 
HTML5 spec. This can be controlled by setting
   <code>W3CDom#namespaceAware(false)</code>.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/1848";>jhy/jsoup#1848</a></p>
   </li>
   <li>
   <p>Improvement: speed optimized the Structural Evaluators by memoizing 
previous evaluations. Particularly the <code>~</code>
   (any preceding sibling) and <code>:nth-of-type</code> selectors are improved.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/1956";>jhy/jsoup#1956</a></p>
   </li>
   <li>
   <p>Improvement: tweaked the performance of the Element nextElementSibling, 
previousElementSibling, firstElementSibling,
   lastElementSibling, firstElementChild, and lastElementChild. They now 
inplace filter/skip in the child-node list, vs
   having to allocate and scan a complete Element filtered list.</p>
   </li>
   <li>
   <p>Improvement: optimized internal methods that previously called 
Element.children() to use filter/skip child-node list
   accessors instead, reducing new Element List allocations.</p>
   </li>
   <li>
   <p>Improvement: tweaked the performance of parsing :pseudo selectors.</p>
   </li>
   <li>
   <p>Improvement: when using the <code>:empty</code> pseudo-selector, blank 
textnodes are now considered empty. Previously,
   an element containing any whitespace was not considered empty.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/1976";>jhy/jsoup#1976</a></p>
   </li>
   <li>
   <p>Improvement: in forms, <!-- raw HTML omitted --> should be excluded from 
formData() (and hence from form submissions).
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2010";>jhy/jsoup#2010</a></p>
   </li>
   <li>
   <p>Improvement: in Safelist, made isSafeTag and isSafeAttribute public 
methods, for extensibility.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/1780";>jhy/jsoup#1780</a></p>
   </li>
   <li>
   <p>Bugfix: <code>form</code> elements and empty elements (such as 
<code>img</code>) did not have their attributes de-duplicated.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/1950";>jhy/jsoup#1950</a></p>
   </li>
   <li>
   <p>Bugfix: if Document.OutputSettings was cloned from a clone, an NPE would 
be thrown when used.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/1964";>jhy/jsoup#1964</a></p>
   </li>
   <li>
   <p>Bugfix: in Jsoup.connect(url), URL paths containing a %2B were 
incorrectly recoded to a '+', or a '+' was recoded
   to a ' '. Fixed by reverting to the previous behavior of not encoding 
supplied paths, other than normalizing to
   ASCII.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/1952";>jhy/jsoup#1952</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/db6dc74ccd31ac0f87a2f021d5157ff298f21969";><code>db6dc74</code></a>
 [maven-release-plugin] prepare release jsoup-1.16.2</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/da4e275eaddcef242b3912d85b3bbf35f713c80b";><code>da4e275</code></a>
 Update some URL tests</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/6ccd158754e21a749b2390ca27282a8dda7fb4f6";><code>6ccd158</code></a>
 Escape supplemental characters correctly</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/f0eb6bd1ccced79ee04256e9aeb457f65bc7ea30";><code>f0eb6bd</code></a>
 Don't recode ascii only strings</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/9de27fa7cd823f6d26e33e48b36ef010c05f977c";><code>9de27fa</code></a>
 Only attempt to correct 8559 -&gt; UTF on response headers</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/eff15210b0507f3eb20ff71a201061e841b40c77";><code>eff1521</code></a>
 Clear child nodes' parent on parent.empty()</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/545145a3176585c989c8c5e9a90f4257796c46d9";><code>545145a</code></a>
 Update testcase</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/7a83ffee4641ca44816d113c3acf1d52722ef217";><code>7a83ffe</code></a>
 Made getEnforcedAttributes public</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/8a597925a7dae0b3bce86b1b5638699abed72331";><code>8a59792</code></a>
 Make isSafe* public</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/5f20fcc2f728a930444c2ba9252ec26b20587a80";><code>5f20fcc</code></a>
 Prevent noscript tags in Safelist</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jhy/jsoup/compare/jsoup-1.16.1...jsoup-1.16.2";>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.16.1&new-version=1.16.2)](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: issues-unsubscr...@maven.apache.org

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

Reply via email to