You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/20 22:57:06 UTC

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request, #288: Bump jsoup from 1.15.3 to 1.15.4

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

   Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4.
   <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.15.4</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">jsoup's changelog</a>.</em></p>
   <blockquote>
   <p>jsoup changelog</p>
   <p>Release 1.16.1 [PENDING]</p>
   <ul>
   <li>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://github-redirect.dependabot.com/jhy/jsoup/issues/1294">jhy/jsoup#1294</a></li>
   </ul>
   <p>Release 1.15.4 [18-Feb-2023]</p>
   <ul>
   <li>
   <p>Improvement: added the ability to escape CSS selectors (tags, IDs, classes) to match elements that don't follow
   regular CSS syntax. For example, to match by classname <!-- raw HTML omitted -->, use document.select(&quot;p.one\.two&quot;);
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/838">jhy/jsoup#838</a></p>
   </li>
   <li>
   <p>Improvement: when pretty-printing, wrap text that follows a <!-- raw HTML omitted --> tag.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1858">jhy/jsoup#1858</a></p>
   </li>
   <li>
   <p>Improvement: when pretty-printing, normalize newlines that follow self-closing tags in custom tags.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1852">jhy/jsoup#1852</a></p>
   </li>
   <li>
   <p>Improvement: when pretty-printing, collapse non-significant whitespace between a block and an inline tag.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1802">jhy/jsoup#1802</a></p>
   </li>
   <li>
   <p>Improvement: in Element#forEach and Node#forEachNode, use java.util.function.Consumer instead of the previous
   Android compatibility shim org.jsoup.helper.Consumer. Subsequently, the latter has been deprecated.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/pull/1870">jhy/jsoup#1870</a></p>
   </li>
   <li>
   <p>Improvement: added a new method Document#forms(), to conveniently retrieve a List<!-- raw HTML omitted --> containing the <!-- raw HTML omitted -->
   elements in a document.</p>
   </li>
   <li>
   <p>Improvement: added a new method Document#expectForm(query), to find the first matching FormElement, or blow up
   trying.</p>
   </li>
   <li>
   <p>Bugfix: URLs containing characters such as [ and ] were not escaped correctly, and would throw a
   MalformedURLException when fetched.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1873">jhy/jsoup#1873</a></p>
   </li>
   <li>
   <p>Bugfix: Element.cssSelector would create invalid selectors for elements where the tag name, ID, or classnames needed
   to be escaped (e.g. if a class name contained a ':' or '.').
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1742">jhy/jsoup#1742</a></p>
   </li>
   <li>
   <p>Bugfix: element.text() should have a space between a block and an inline element.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1877">jhy/jsoup#1877</a></p>
   </li>
   <li>
   <p>Bugfix: if a Node or an Element was replaced with itself, that node would incorrectly be orphaned.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1843">jhy/jsoup#1843</a></p>
   </li>
   <li>
   <p>Bugfix: form data on a previous request was copied to a new request in newRequest(), resulting in an accumulation of
   form data when executing multi-step form submissions, or data sent to later requests incorrectly. Now, newRequest()
   only copies session related settings (cookies, proxy settings, user-agent, etc) but not the request data nor the
   body.
   <a href="https://github-redirect.dependabot.com/jhy/jsoup/issues/1778">jhy/jsoup#1778</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/becdd2e118639ee603be0c12eda216cb0e01fe29"><code>becdd2e</code></a> [maven-release-plugin] prepare release jsoup-1.15.4</li>
   <li><a href="https://github.com/jhy/jsoup/commit/6285062176ee27299c4f86895b5d977e54f5ede7"><code>6285062</code></a> Clarified Parser instances are not threadsafe</li>
   <li><a href="https://github.com/jhy/jsoup/commit/e52224fbfe6632248cc58c593efae9a22ba2e622"><code>e52224f</code></a> Pretty-print - don't wrap a blank line after a br</li>
   <li><a href="https://github.com/jhy/jsoup/commit/9d104b7ea2a715c62553559a9869356913eb87c1"><code>9d104b7</code></a> Test that wrap() can't overflow</li>
   <li><a href="https://github.com/jhy/jsoup/commit/3091b666a672aba7281e29d919f5c940380ef846"><code>3091b66</code></a> Iterate vs recurse to find the deepest child</li>
   <li><a href="https://github.com/jhy/jsoup/commit/998f429089c234ce685a078a78f03947f2b21fbc"><code>998f429</code></a> Tests methods don't overflow</li>
   <li><a href="https://github.com/jhy/jsoup/commit/b5de45fee2354f06829292fae8bb24822017d848"><code>b5de45f</code></a> Use Iterator.remove to avoid ConcurrentModificationException</li>
   <li><a href="https://github.com/jhy/jsoup/commit/da20d2b1106f4dcf9fc28d8e2a3ca4d49075dfa9"><code>da20d2b</code></a> Collapse single-used method</li>
   <li><a href="https://github.com/jhy/jsoup/commit/e3e2c6b536fcad8da8d18351e6c5a750626f9922"><code>e3e2c6b</code></a> Removed recursion from accumulateParents</li>
   <li><a href="https://github.com/jhy/jsoup/commit/075b0e62b15497a7c32ce84c3d24bcb7d0561954"><code>075b0e6</code></a> Moved to a traversor vs recursion to gather data()</li>
   <li>Additional commits viewable in <a href="https://github.com/jhy/jsoup/compare/jsoup-1.15.3...jsoup-1.15.4">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.3&new-version=1.15.4)](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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-dependency-plugin] elharo commented on pull request #288: Bump jsoup from 1.15.3 to 1.15.4

Posted by "elharo (via GitHub)" <gi...@apache.org>.
elharo commented on PR #288:
URL: https://github.com/apache/maven-dependency-plugin/pull/288#issuecomment-1475215852

   @dependabot rebase


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #288: [MDEP-854] Bump jsoup from 1.15.3 to 1.15.4

Posted by "slawekjaranowski (via GitHub)" <gi...@apache.org>.
slawekjaranowski merged PR #288:
URL: https://github.com/apache/maven-dependency-plugin/pull/288


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-dependency-plugin] elharo commented on pull request #288: Bump jsoup from 1.15.3 to 1.15.4

Posted by "elharo (via GitHub)" <gi...@apache.org>.
elharo commented on PR #288:
URL: https://github.com/apache/maven-dependency-plugin/pull/288#issuecomment-1474432492

   @dependabot rebase


-- 
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-unsubscribe@maven.apache.org

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