dependabot[bot] opened a new pull request, #6777:
URL: https://github.com/apache/myfaces-tobago/pull/6777

   Bumps 
[org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) 
from 4.35.0 to 4.36.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/SeleniumHQ/selenium/releases";>org.seleniumhq.selenium:selenium-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>Selenium 4.36.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]: close ipv6 port in case of error by <a 
href="https://github.com/navin772";><code>@​navin772</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16165";>SeleniumHQ/selenium#16165</a></li>
   <li>[docs] Update issue label in CONTRIBUTING.md by <a 
href="https://github.com/pallavigitwork";><code>@​pallavigitwork</code></a> in 
<a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16169";>SeleniumHQ/selenium#16169</a></li>
   <li>[py][docs]: update dead API docs link to API reference in 
<code>index.rst</code> by <a 
href="https://github.com/navin772";><code>@​navin772</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16170";>SeleniumHQ/selenium#16170</a></li>
   <li>[grid] close the HttpClient after the session is gone by <a 
href="https://github.com/joerg1985";><code>@​joerg1985</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16182";>SeleniumHQ/selenium#16182</a></li>
   <li>[py] Update docstring and comments in keys.py by <a 
href="https://github.com/Aidoni0797";><code>@​Aidoni0797</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16187";>SeleniumHQ/selenium#16187</a></li>
   <li>[dotnet] [bidi] Simplify type naming of internal command parameters by 
<a href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16188";>SeleniumHQ/selenium#16188</a></li>
   <li>[py] Fix formatting by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16189";>SeleniumHQ/selenium#16189</a></li>
   <li>[dotnet] [bidi] Support WebExtension module by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15850";>SeleniumHQ/selenium#15850</a></li>
   <li>[rb][BiDi] Create browser module, added user context related methods by 
<a href="https://github.com/aguspe";><code>@​aguspe</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15371";>SeleniumHQ/selenium#15371</a></li>
   <li>[docs] Update bug report section in CONTRIBUTING.md by <a 
href="https://github.com/pallavigitwork";><code>@​pallavigitwork</code></a> in 
<a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16191";>SeleniumHQ/selenium#16191</a></li>
   <li>[dotnet] Adding flag to enable SafariDriver logging. by <a 
href="https://github.com/diemol";><code>@​diemol</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16196";>SeleniumHQ/selenium#16196</a></li>
   <li>[java] extend the scope of the properties of the HttpCommandExecutor 
class by <a 
href="https://github.com/iampopovich";><code>@​iampopovich</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16186";>SeleniumHQ/selenium#16186</a></li>
   <li>[dotnet] [bidi] Serialize base64 encoded string directly to bytes by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16203";>SeleniumHQ/selenium#16203</a></li>
   <li>[dotnet] [bidi] Make cookie expiry as TimeSpan by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16204";>SeleniumHQ/selenium#16204</a></li>
   <li>[grid] Improve readTimeout in handle session between Router and Node by 
<a href="https://github.com/VietND96";><code>@​VietND96</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16163";>SeleniumHQ/selenium#16163</a></li>
   <li>[py] Fix type annotation error and raise clearer error message by <a 
href="https://github.com/Paresh-0007";><code>@​Paresh-0007</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16174";>SeleniumHQ/selenium#16174</a></li>
   <li>[java] Unifying select class by <a 
href="https://github.com/vicky-iv";><code>@​vicky-iv</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16220";>SeleniumHQ/selenium#16220</a></li>
   <li>[rust] Update dependency rules_cc to v0.2.0 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16198";>SeleniumHQ/selenium#16198</a></li>
   <li>[js] Update testing-library monorepo by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16173";>SeleniumHQ/selenium#16173</a></li>
   <li>[js] Update dependency tmp to ^0.2.5 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16172";>SeleniumHQ/selenium#16172</a></li>
   <li>[dotnet] Update dependency System.Text.Json to 8.0.6 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16171";>SeleniumHQ/selenium#16171</a></li>
   <li>[js] Update dependency react-router-dom to v6.30.1 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16076";>SeleniumHQ/selenium#16076</a></li>
   <li>[js] Update material-ui monorepo to v5.18.0 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16062";>SeleniumHQ/selenium#16062</a></li>
   <li>[js] Update dependency ws to ^8.18.3 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16009";>SeleniumHQ/selenium#16009</a></li>
   <li>[js] Update react monorepo by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15949";>SeleniumHQ/selenium#15949</a></li>
   <li>[java] Update dependency net.bytebuddy:byte-buddy to v1.17.7 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16237";>SeleniumHQ/selenium#16237</a></li>
   <li>[py] Update dependency charset-normalizer to v3.4.3 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16239";>SeleniumHQ/selenium#16239</a></li>
   <li>[py] Update dependency cryptography to v45.0.6 by <a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot] in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16240";>SeleniumHQ/selenium#16240</a></li>
   <li>Revert &quot;[py] Update dependency charset-normalizer to v3.4.3&quot; 
by <a href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16242";>SeleniumHQ/selenium#16242</a></li>
   <li>Revert &quot;[py] Update dependency cryptography to v45.0.6&quot; by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16243";>SeleniumHQ/selenium#16243</a></li>
   <li>[py] Bump dependencies for dev and fix script by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16244";>SeleniumHQ/selenium#16244</a></li>
   <li>[dotnet] Help old .net framework copy selenium manager to output by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16228";>SeleniumHQ/selenium#16228</a></li>
   <li>[java] Add hooks around getScreenshotAs in WebDriverListener <a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16232";>#16232</a> 
by <a href="https://github.com/giulong";><code>@​giulong</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16233";>SeleniumHQ/selenium#16233</a></li>
   <li>[py][bidi]: enable <code>history_updated</code> event test by <a 
href="https://github.com/navin772";><code>@​navin772</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16236";>SeleniumHQ/selenium#16236</a></li>
   <li>[py] Bump ruff version for linting/formatting by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16254";>SeleniumHQ/selenium#16254</a></li>
   <li>[py][bidi]: use bidi <code>navigate</code> command in network tests by 
<a href="https://github.com/navin772";><code>@​navin772</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16251";>SeleniumHQ/selenium#16251</a></li>
   <li>[dotnet] Fix find port for IPv4 only environments by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/16216";>SeleniumHQ/selenium#16216</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/6d115cfd877e1ba381c647fd08ba6450ae256624";><code>6d115cf</code></a>
 [build] Prepare for release of Selenium 4.36.0 (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16332";>#16332</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/2eeadabc5250ea590f6f142df1ad8d9f23eb37ab";><code>2eeadab</code></a>
 [rust] Log browser path also in offline mode (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16215";>#16215</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/8e84f0d9bdb0e41836b62f92b2a94f594967a659";><code>8e84f0d</code></a>
 [rust] Set Rust version to 1.89.0 in WORKSPACE (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16368";>#16368</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/6061c87ca0f222e69ecd9e4cf16b04b8d516aed3";><code>6061c87</code></a>
 [grid] UI Light/Dark Mode Toggle (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16364";>#16364</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/a578a474735babb006fa412d3888f44aeb4bd051";><code>a578a47</code></a>
 [rust] Bump Rust edition to 2024, rulest_rust to 0.65.0, and crates to 
latest...</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/93fdf5797cf3900016cc9c647c54158d5ee5e23c";><code>93fdf57</code></a>
 [dotnet] [bidi] Give only one chance to receive from remote end (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16360";>#16360</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/b3b66a00e9cd1a854c25b71be441d0ed1f93138b";><code>b3b66a0</code></a>
 [dotnet] [bidi] Introduce BaseNavigationInfo type as interface (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16348";>#16348</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/9a4bbcc639202ce3fe7c10feb1b05f3a1d37844a";><code>9a4bbcc</code></a>
 [py] Add --enable-chrome-logs to chrome service args to inherit browser i/o 
s...</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/4c603ec37c9657a99a0846593f2d81f8e3103ee3";><code>4c603ec</code></a>
 [rb] fix unit tests (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/16357";>#16357</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/8a7216855c8cf19cdfc64443db0242ddeab73770";><code>8a72168</code></a>
 [dotnet] Begin reading of driver service output to fix Firefox disposing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.35.0...selenium-4.36.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-java&package-manager=maven&previous-version=4.35.0&new-version=4.36.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>


-- 
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]

Reply via email to