dependabot[bot] opened a new pull request #165:
URL: https://github.com/apache/jspwiki/pull/165


   Bumps [selenide](https://github.com/selenide/selenide) from 6.1.2 to 6.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/selenide/selenide/releases";>selenide's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>Changes</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1646";>#1646</a>
 fix SoftAssert listener (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1680";>#1680</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1661";>#1661</a>
 merge soft assert failure and other failure (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1679";>#1679</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   <li>Icon for IntelliJ IDEA / JetBrains Toolbox welcome screens (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1674";>#1674</a>)
 <a href="https://github.com/jreznot";><code>@​jreznot</code></a></li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/797";>#797</a>
 fix collections iterator (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1688";>#1688</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1646";>#1646</a>
 simplify soft asserts code (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1685";>#1685</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   <li>Show diff (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1676";>#1676</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump testng from 7.4.0 to 7.5 (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1682";>#1682</a>)
 <a href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump com.github.spotbugs from 5.0.3 to 5.0.4 (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1681";>#1681</a>)
 <a href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>upgrade to BrowserUpProxy 2.1.3 (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1678";>#1678</a>)
 <a href="https://github.com/asolntsev";><code>@​asolntsev</code></a></li>
   <li>Bump assertj-core from 3.21.0 to 3.22.0 (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1675";>#1675</a>)
 <a href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/selenide/selenide/blob/master/CHANGELOG.md";>selenide's 
changelog</a>.</em></p>
   <blockquote>
   <h2>6.2.0 (released 10.01.2022)</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1589";>#1589</a>
 add &quot;<!-- raw HTML omitted -->&quot; to most of Selenide assertion errors 
 --  see PR <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1676";>#1676</a></li>
   <li>add locator to some of Selenide error messages</li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/797";>#797</a>
 replace <code>$$.iterator()</code> by <code>$$.asDynamicIterable()</code> and 
<code>$$.asFixedIterable()</code>  --  see PR <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1688";>#1688</a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1646";>#1646</a>
 fix SoftAssert listener to avoid failing the test if soft asserts are disabled 
 --  see PR <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1680";>#1680</a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1661";>#1661</a>
 Loss of error messages after soft assert fail  --  see PR <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1679";>#1679</a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/372";>#372</a>
 [feature restored] avoid soft asserts for <a 
href="https://github.com/Test";><code>@​Test</code></a> method with 
&quot;expectedExceptions&quot; attribute  --  see PR <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1685";>#1685</a></li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1682";>#1682</a>
 Bump testng from 7.4.0 to 7.5</li>
   <li><a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1678";>#1678</a>
 upgrade to BrowserUpProxy 2.1.3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/selenide/selenide/commit/adfa042b17be1a3dbb013aaa33b776ca95b5c165";><code>adfa042</code></a>
 release Selenide 6.2.0</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/515ff2439de9d8607fa702f78f0889c991384729";><code>515ff24</code></a>
 prepare release Selenide 6.2.0</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/1e5264fb60136418a489bcbab1160f0d10d5321e";><code>1e5264f</code></a>
 fix order of IP and HOST</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/1e82fb74f46de18aff54e2651506ee9b9022771a";><code>1e82fb7</code></a>
 <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/797";>#797</a>
 replace <code>$$.iterator()</code> by <code>$$.asReloadingIterable()</code> 
and `$$.asFixedIte...</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/e002e3dd1991bbf424b1ae449a16b6e6fb59ddc8";><code>e002e3d</code></a>
 <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/797";>#797</a>
 fix flaky test: re-try starting local http server if the port is 
already...</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/2741b28445ac47fb36a129a3cdb1348325f737e2";><code>2741b28</code></a>
 Bump testng from 7.4.0 to 7.5</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/7ee8c917c19fc3d5a55251675d59474ffc40ee6c";><code>7ee8c91</code></a>
 remove duplicated IFs in SoftAsserts TestNg listener</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/a3b699b6db8d4cd9db587e4e5c19f17350d39d1c";><code>a3b699b</code></a>
 <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1646";>#1646</a>
 simplify soft asserts code</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/526bee0c1dd20383ca554685dc0a7fe32272c6de";><code>526bee0</code></a>
 <a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1646";>#1646</a>
 fix SoftAssert listener</li>
   <li><a 
href="https://github.com/selenide/selenide/commit/5c4731bb05a02fdcb303946ac6c627e2c11288da";><code>5c4731b</code></a>
 Bump com.github.spotbugs from 5.0.3 to 5.0.4 (<a 
href="https://github-redirect.dependabot.com/selenide/selenide/issues/1681";>#1681</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/selenide/selenide/compare/v6.1.2...v6.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.codeborne:selenide&package-manager=maven&previous-version=6.1.2&new-version=6.2.0)](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: dev-unsubscr...@jspwiki.apache.org

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


Reply via email to