Skip to content

Commit 58c9524

Browse files
chore(deps): 依赖项升级[org.seleniumhq.selenium:selenium-api][4.36.0 => 4.37.0] (#439)
Bumps [org.seleniumhq.selenium:selenium-api](https://github.com/SeleniumHQ/selenium) from 4.36.0 to 4.37.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">org.seleniumhq.selenium:selenium-api's releases</a>.</em></p> <blockquote> <h2>Selenium 4.37.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> <ul> <li>[py] Re-add defaults for Chromium kwargs by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16372">SeleniumHQ/selenium#16372</a></li> <li>Splitting stress tests by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16374">SeleniumHQ/selenium#16374</a></li> <li>[rb] Update Chrome/Edge args for test environment by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16376">SeleniumHQ/selenium#16376</a></li> <li>[dotnet] [bidi] Emulation module by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16380">SeleniumHQ/selenium#16380</a></li> <li>[py] Remove old test xfail markers from Travis CI by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16377">SeleniumHQ/selenium#16377</a></li> <li>[dotnet] [bidi] Implement browsing context download events by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16382">SeleniumHQ/selenium#16382</a></li> <li>[dotnet] [bidi] Support browser SetDownloadBehaviour command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16383">SeleniumHQ/selenium#16383</a></li> <li>[dotnet] [bidi] Support network SetExtraHeaders command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16384">SeleniumHQ/selenium#16384</a></li> <li>[py][build] Python CI - add unit test job and windows integration tests to GH runners by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16362">SeleniumHQ/selenium#16362</a></li> <li>[java] Linux ARM &quot;os.arch&quot; system property is &quot;aarch64&quot; by <a href="https://github.com/mkurz"><code>@​mkurz</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16381">SeleniumHQ/selenium#16381</a></li> <li>[dotnet] [bidi] AOT safe enums serialization by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16386">SeleniumHQ/selenium#16386</a></li> <li>[dotnet] Handle negative zero BiDi response by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15898">SeleniumHQ/selenium#15898</a></li> <li>[dotnet] Move JSON converter attributes from centralized options into their respective types by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16393">SeleniumHQ/selenium#16393</a></li> <li>[py] Fix Selenium Manager tests on Windows by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16391">SeleniumHQ/selenium#16391</a></li> <li>[py] Fix chromedriver/msedgedriver service tests by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16395">SeleniumHQ/selenium#16395</a></li> <li>[dotnet] [bidi] Modules as extensions by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16392">SeleniumHQ/selenium#16392</a></li> <li>[dotnet] [bidi] Provide type info immediately when serializing by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16397">SeleniumHQ/selenium#16397</a></li> <li>[bidi] [dotnet] Use events JsonTypeInfo for deserialization by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16402">SeleniumHQ/selenium#16402</a></li> <li>[dotnet] Replace lazy caching mechanism in BiDi's constructor with simple initialization by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16399">SeleniumHQ/selenium#16399</a></li> <li>[py][build] Re-add Windows to CI workflows by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16396">SeleniumHQ/selenium#16396</a></li> <li>[dotnet] Help more .NETFramework projects to copy SM binaries to output by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16406">SeleniumHQ/selenium#16406</a></li> <li>[dotnet] [bidi] Specific result type for any command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16405">SeleniumHQ/selenium#16405</a></li> <li>[dotnet] [bidi] Deserialize message fast instead of defer it by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16403">SeleniumHQ/selenium#16403</a></li> <li>[dotnet] [bidi] Remove IEnumerable of command results by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16219">SeleniumHQ/selenium#16219</a></li> <li>[dotnet] Remove obsoleted FtpProxy by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16411">SeleniumHQ/selenium#16411</a></li> <li>[py] Configure WebSocket timeout and wait interval via ClientConfig by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16248">SeleniumHQ/selenium#16248</a></li> <li>[java] Rescuing the remote cause for session creation errors by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16418">SeleniumHQ/selenium#16418</a></li> <li>[py] Add test for BiDi request handlers with classic navigation by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16421">SeleniumHQ/selenium#16421</a></li> <li>[java] NullAway added by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16416">SeleniumHQ/selenium#16416</a></li> <li>[java] feat: Add native Java 11 HTTP client methods to HttpClient interface by <a href="https://github.com/manuelsblanco"><code>@​manuelsblanco</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16412">SeleniumHQ/selenium#16412</a></li> <li>[py] Raise NotImplementedError when deleting downloads in driver subclass by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16423">SeleniumHQ/selenium#16423</a></li> <li>[java] refactor(remote/command): Merge overload's business logic by <a href="https://github.com/nnnnoel"><code>@​nnnnoel</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14469">SeleniumHQ/selenium#14469</a></li> <li>[py] Fix default rpId in virtual authenticator by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16428">SeleniumHQ/selenium#16428</a></li> <li>make augmentation of HasBiDi/HasDevTools lazy-loaded by <a href="https://github.com/asolntsev"><code>@​asolntsev</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16338">SeleniumHQ/selenium#16338</a></li> <li>[py] Update docstrings style by <a href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16427">SeleniumHQ/selenium#16427</a></li> <li>[py] Support Python 3.14 and drop Python 3.9 by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16342">SeleniumHQ/selenium#16342</a></li> <li>Removing FF guard for canListenToDownloadWillBeginEvent by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16439">SeleniumHQ/selenium#16439</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3c1da1e3427c75d75f7db4204d893a5d7980f705"><code>3c1da1e</code></a> [build] Prepare for release of Selenium 4.37.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16451">#16451</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/11998a0cd8c1c8f48e45b6f4d5d3656080149602"><code>11998a0</code></a> [Java] Fix typo in invisibilityOf method documentation (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16456">#16456</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/e71fa0a2181d45114c5874a1dff07a0c1c553d7e"><code>e71fa0a</code></a> [dotnet] [bidi] Remove unnecessary command type info (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16454">#16454</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/d05680df0ac0ed5a961b452e31107443b4c78e3a"><code>d05680d</code></a> [py] Fix mypy errors in by file and exceptions file (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16300">#16300</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/f7c6590522ea007950c976476b787b19aacf7cbc"><code>f7c6590</code></a> [dotnet] [bidi] Add Request data type in Network module (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16453">#16453</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4fa39521b73529bf328a813fedaad3dbe1cccedf"><code>4fa3952</code></a> [dotnet][rb][java][js][py] Automated Browser Version Update (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16446">#16446</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/8a913423e1db2e7d4564a5dcadba2ffbba329436"><code>8a91342</code></a> [py]: guess mimetypes in webserver for content serving (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16449">#16449</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/10e563a661208aa0cb4c3bb8de04f6d94e734064"><code>10e563a</code></a> [java] JSpecify annotations for <code>org.openqa.selenium.bidi.permissions</code> (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16430">#16430</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/fd0eeae6c670a6b12f13fb37196ee6f0e2a1a802"><code>fd0eeae</code></a> [java] JSpecify annotations for <code>org.openqa.selenium.grid.jmx</code> (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16431">#16431</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/b3fccd0108eb15610201411f7f5c265421edd882"><code>b3fccd0</code></a> [py] Update docstrings style according to google guideline (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16445">#16445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.seleniumhq.selenium:selenium-api&package-manager=maven&previous-version=4.36.0&new-version=4.37.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d01b86 commit 58c9524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@
904904
<dependency>
905905
<groupId>org.seleniumhq.selenium</groupId>
906906
<artifactId>selenium-api</artifactId>
907-
<version>4.36.0</version>
907+
<version>4.37.0</version>
908908
</dependency>
909909
<dependency>
910910
<groupId>org.thymeleaf</groupId>

0 commit comments

Comments
 (0)