dependabot[bot] opened a new pull request, #569: URL: https://github.com/apache/syncope/pull/569
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.4 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.md">org.jsoup:jsoup's changelog</a>.</em></p> <blockquote> <h1>jsoup Changelog</h1> <h2>1.17.2 (Pending)</h2> <h3>Improvements</h3> <ul> <li>Added <code>Element.attribute(String)</code> and <code>Attributes.attribute(String)</code> to more simply obtain an <code>Attribute</code> object. <a href="https://redirect.github.com/jhy/jsoup/issues/2069">2069</a></li> <li>If source tracking is on, and an Attribute's key is changed (via <code>Attribute.setKey(String)</code>), the source range is now still tracked in <code>Attribute.sourceRange()</code>. <a href="https://redirect.github.com/jhy/jsoup/issues/2070">2070</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>When tracking the source position of attributes, if source attribute name was mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not tracked correctly. <a href="https://redirect.github.com/jhy/jsoup/issues/2067">2067</a></li> <li>When tracking the source position of a body fragment parse, a null pointer exception was thrown. <a href="https://redirect.github.com/jhy/jsoup/issues/2068">2068</a></li> <li>A multi-point encoded emoji entity may be incorrectly decoded to the replacement character. <a href="https://redirect.github.com/jhy/jsoup/issues/2074">2074</a></li> <li>(Regression) in a selector like <code>parent [attr=va], other</code>, the <code>, OR</code> was binding to <code>[attr=va]</code> instead of <code>parent [attr=va]</code>, causing incorrect selections. The fix includes a EvaluatorDebug class that generates a sexpr to represent the query, allowing simpler and more thorough query parse tests. <a href="https://redirect.github.com/jhy/jsoup/issues/2073">2073</a></li> </ul> <hr /> <p>Older changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in <a href="https://github.com/jhy/jsoup/blob/master/change-archive.txt">change-archive.txt</a>.</p> </blockquote> </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<Attribute> 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.15.4...jsoup-1.17.1">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 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: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org