dependabot[bot] opened a new pull request, #306: URL: https://github.com/apache/jspwiki/pull/306
Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 6.17.2 to 6.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/releases">com.codeborne:selenide's releases</a>.</em></p> <blockquote> <h2>v6.18.0</h2> <h2>Changes</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2434">#2434</a> show actual texts in error message (<a href="https://redirect.github.com/selenide/selenide/issues/2456">#2456</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2439">#2439</a> do not allow creating ElementsContainer outside of page object (<a href="https://redirect.github.com/selenide/selenide/issues/2455">#2455</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2437">#2437</a> support page object fields of type SelenideAppiumElement (<a href="https://redirect.github.com/selenide/selenide/issues/2438">#2438</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>Appium Scroll: added ability to set top and bottom point coordinates … (<a href="https://redirect.github.com/selenide/selenide/issues/2449">#2449</a>) <a href="https://github.com/qwez"><code>@qwez</code></a></li> <li>Make Selenide.getFocusedElement() return SelenideElement, not WebElement (<a href="https://redirect.github.com/selenide/selenide/issues/2454">#2454</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2445">#2445</a> add method $$.getOptions() (<a href="https://redirect.github.com/selenide/selenide/issues/2446">#2446</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Upgrade to selenium 4.12.0 (<a href="https://redirect.github.com/selenide/selenide/issues/2452">#2452</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li>bump LittleProxy from 2.0.19 to 2.0.20 (fixes a memory leak in Selenide proxy)</li> <li>Fix vulnerable jackson dependency (<a href="https://redirect.github.com/selenide/selenide/issues/2442">#2442</a>) <a href="https://github.com/asolntsev"><code>@asolntsev</code></a></li> <li>Bump com.github.valfirst.browserup-proxy:browserup-proxy-core from 2.2.11 to 2.2.12 (<a href="https://redirect.github.com/selenide/selenide/issues/2461">#2461</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump slf4jVersion from 2.0.7 to 2.0.9 (<a href="https://redirect.github.com/selenide/selenide/issues/2458">#2458</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump org.eclipse.jetty:jetty-servlet from 9.4.51.v20230217 to 9.4.52.v20230823 (<a href="https://redirect.github.com/selenide/selenide/issues/2444">#2444</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump byteBuddyVersion from 1.14.6 to 1.14.7 (<a href="https://redirect.github.com/selenide/selenide/issues/2443">#2443</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/selenide/selenide/issues/2460">#2460</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 (<a href="https://redirect.github.com/selenide/selenide/issues/2457">#2457</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/main/CHANGELOG.md">com.codeborne:selenide's changelog</a>.</em></p> <blockquote> <h2>6.18.0 (released 06.09.2023)</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2434">#2434</a> show actual texts in error message for collections text checks (<a href="https://redirect.github.com/selenide/selenide/issues/2456">#2456</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2452">#2452</a> bump Selenium from 4.11.0 to 4.12.1</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2336">#2336</a> pass BasicAuth in Chromium-based browser using <code>HasAuthentication</code> mechanism - again (<a href="https://redirect.github.com/selenide/selenide/issues/2358">#2358</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2445">#2445</a> add method $$.getOptions() (<a href="https://redirect.github.com/selenide/selenide/issues/2446">#2446</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2454">#2454</a> Make Selenide.getFocusedElement() return SelenideElement, not WebElement</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2437">#2437</a> support page object fields of type SelenideAppiumElement (<a href="https://redirect.github.com/selenide/selenide/issues/2438">#2438</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2449">#2449</a> added ability to set top and bottom point coordinates for scroll in mobile apps -- thanks to <a href="https://github.com/qwez"><code>@qwez</code></a> for PR</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2439">#2439</a> do not allow creating ElementsContainer outside of page object (<a href="https://redirect.github.com/selenide/selenide/issues/2455">#2455</a>)</li> <li>bump LittleProxy from 2.0.19 to 2.0.20 (fixes a memory leak in Selenide proxy)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2442">#2442</a> update vulnerable jackson dependency Full list: <a href="https://github.com/selenide/selenide/milestone/190?closed=1">https://github.com/selenide/selenide/milestone/190?closed=1</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/selenide/selenide/commit/28922696d9e96fcfd12fc18731cd84668245c92b"><code>2892269</code></a> release Selenide 6.18.0</li> <li><a href="https://github.com/selenide/selenide/commit/0a21000d02edd2fcb3bb757ed92c21b3b3639324"><code>0a21000</code></a> Bump com.github.valfirst.browserup-proxy:browserup-proxy-core</li> <li><a href="https://github.com/selenide/selenide/commit/85060e2c8443e18dbb1e174539959453b8930fc0"><code>85060e2</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/selenide/selenide/issues/2460">#2460</a>)</li> <li><a href="https://github.com/selenide/selenide/commit/8a6b287949b355fcaa8dc2d14330554b441dd6f7"><code>8a6b287</code></a> bump Selenium from 4.12.0 to 4.12.1</li> <li><a href="https://github.com/selenide/selenide/commit/8e980d582d5f48056b1b176c0a20ed2302b8c13d"><code>8e980d5</code></a> Appium Scroll: fix code style warnings</li> <li><a href="https://github.com/selenide/selenide/commit/e2fc2f9a0990c3cfe256d6e1eb7871d0e1a40078"><code>e2fc2f9</code></a> Appium Scroll: added ability to set top and bottom point coordinates for scroll</li> <li><a href="https://github.com/selenide/selenide/commit/f59282579ba5a8dd4552c391bb47036007ab85cd"><code>f592825</code></a> bump LittleProxy from 2.0.19 to 2.0.20</li> <li><a href="https://github.com/selenide/selenide/commit/f8a6d547b34ec42aa14222c9abf4b66c3ad33304"><code>f8a6d54</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/2434">#2434</a> show actual texts in error message (<a href="https://redirect.github.com/selenide/selenide/issues/2456">#2456</a>)</li> <li><a href="https://github.com/selenide/selenide/commit/69edb7597507a3a818ad9be333d3f32abd17d84f"><code>69edb75</code></a> Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277</li> <li><a href="https://github.com/selenide/selenide/commit/4022d0400cc4a85310c10eb8d58a320104f6c5b3"><code>4022d04</code></a> Bump slf4jVersion from 2.0.7 to 2.0.9</li> <li>Additional commits viewable in <a href="https://github.com/selenide/selenide/compare/v6.17.2...v6.18.0">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
