dependabot[bot] opened a new pull request, #350:
URL: https://github.com/apache/maven-dependency-plugin/pull/350

   Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.2 to 1.17.1.
   <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.17.1</h2>
   <!-- raw HTML omitted -->
   <!-- raw HTML omitted -->
   <!-- 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.17.1 [27-Nov-2023]</p>
   <ul>
   <li>
   <p>Improvement: in Jsoup.connect(), added support for request-level 
authentication, supporting authentication to
   proxies and to servers.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2046";>jhy/jsoup#2046</a></p>
   </li>
   <li>
   <p>Improvement: in the Elements list, added direct support for 
<code>#set(index, element)</code>, <code>#remove(index)</code>,
   <code>#remove(object)</code>, <code>#clear()</code>, 
<code>#removeAll(collection)</code>, <code>#retainAll(collection)</code>, 
<code>#removeIf(filter)</code>,
   <code>#replaceAll(operator)</code>. These methods update the original DOM, 
as well as the Elements list.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2017";>jhy/jsoup#2017</a></p>
   </li>
   <li>
   <p>Improvement: added the NodeIterator class, to efficiently traverse a node 
tree using the Iterator interface. And
   added Stream Element#stream() and Node#nodeStream() methods, to enable 
fluent composable stream pipelines of node
   traversals.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2051";>jhy/jsoup#2051</a></p>
   </li>
   <li>
   <p>Improvement: when changing the OutputSettings syntax to XML, the xhtml 
EscapeMode is automatically set by default.</p>
   </li>
   <li>
   <p>Improvement: added the <code>:is(selector list)</code> pseudo-selector, 
which finds elements that match any of the selectors in
   the selector list. Useful for making large ORed selectors more readable.</p>
   </li>
   <li>
   <p>Improvement: repackaged the library with native (vs automatic) JPMS 
module support.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2025";>jhy/jsoup#2025</a></p>
   </li>
   <li>
   <p>Improvement: better fidelity of source positions when tracking is 
enabled. And implicitly created or closed elements
   are tracked and detectable via Range.isImplicit().
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2056";>jhy/jsoup#2056</a></p>
   </li>
   <li>
   <p>Improvement: when source tracking is enabled, the source position for 
attribute names and values is now available.
   Attribute#sourceRange() provides the ranges.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/2057";>jhy/jsoup#2057</a></p>
   </li>
   <li>
   <p>Improvement: when running concurrently under Java 21+ Virtual Threads, 
virtual threads could be pinned to their
   carrier platform thread when parsing an input stream. To improve 
performance, particularly when parsing fetched
   URLs, the internal ConstrainableInputStream has been replaced by 
ControllableInputStream, which avoids the locking
   which caused that pinning.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/2054";>jhy/jsoup#2054</a></p>
   </li>
   <li>
   <p>Improvement: in Jsoup.Connect, allow any XML mimetype as a supported 
mimetype. Was previously limited to
   <code>{application|text}/xml</code>. This enables for e.g. fetching SVGs 
with a image/svg+xml mimetype, without having to
   disable mimetype validation.
   <a 
href="https://redirect.github.com/jhy/jsoup/issues/2059";>jhy/jsoup#2059</a></p>
   </li>
   <li>
   <p>Bugfix: when outputting with XML syntax, HTML elements that were parsed 
as data nodes (<!-- raw HTML omitted --> and <!-- raw HTML omitted -->) should
   be emitted as CDATA nodes, so that they can be parsed correctly by an XML 
parser.
   <a 
href="https://redirect.github.com/jhy/jsoup/pull/1720";>jhy/jsoup#1720</a></p>
   </li>
   <li>
   <p>Bugfix: the Immediate Parent selector <code>&gt;</code> could match 
elements above the root context element, causing incorrect
   elements to be returned when used on elements other than the root 
document.</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/8eecef379d5c5af27a9a438fdfce82460e44f08b";><code>8eecef3</code></a>
 [maven-release-plugin] prepare release jsoup-1.17.1</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/a6c195080466bb3cb7c5a4527622b8f49c7639ad";><code>a6c1950</code></a>
 In javadoc, emit links to source</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/00f85a826668e5dc1e7b180bba52f35ccb9dbaaf";><code>00f85a8</code></a>
 Revised Connection.data javadoc</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/f49dd2c7134b23a6c8f72030ef581bb1098c8576";><code>f49dd2c</code></a>
 PR url</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/4b91adf9a4afb4eaf0e815c48b5d2cfdcb639f66";><code>4b91adf</code></a>
 Simpler empty test</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/73d450657932370e516f205537b395d1d055d043";><code>73d4506</code></a>
 Refactored UserData to be tucked into a hash (<a 
href="https://redirect.github.com/jhy/jsoup/issues/2060";>#2060</a>)</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/58521a45067f5c4fa558cb090480fa4b2e407056";><code>58521a4</code></a>
 Allow any XML mimetype in Connection</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/bc798109ea212dc6117a31c114a0b3641d2658a5";><code>bc79810</code></a>
 Specify overrides</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/0a737674a52c5cda41aff7a58154d4073fcd3d6c";><code>0a73767</code></a>
 Re-specify Iterator&lt;Attribute&gt; type</li>
   <li><a 
href="https://github.com/jhy/jsoup/commit/4669e14039a976644e8fcd53bed422b11d32dfeb";><code>4669e14</code></a>
 Make Attributes iterator throw NoSuchElementException</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jhy/jsoup/compare/jsoup-1.16.2...jsoup-1.17.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.16.2&new-version=1.17.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 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