dependabot[bot] opened a new pull request, #1268: URL: https://github.com/apache/incubator-stormcrawler/pull/1268
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.43.0 to 1.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright-java/releases">com.microsoft.playwright:playwright's releases</a>.</em></p> <blockquote> <h2>v1.46.0</h2> <h2>TLS Client Certificates</h2> <p>Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.</p> <p>You can provide client certificates as a parameter of <a href="https://playwright.dev/java/docs/api/class-browser#browser-new-context-option-client-certificates">browser.newContext()</a> and <a href="https://playwright.dev/java/docs/api/class-apirequest#api-request-new-context-option-client-certificates">apiRequest.newContext()</a>. The following snippet sets up a client certificate for <code>https://example.com</code>:</p> <pre lang="java"><code>BrowserContext context = browser.newContext(new Browser.NewContextOptions() .setClientCertificates(asList(new ClientCertificate("https://example.com") .setCertPath(Paths.get("client-certificates/cert.pem")) .setKeyPath(Paths.get("client-certificates/key.pem"))))); </code></pre> <h2>Trace Viewer Updates</h2> <ul> <li>Content of text attachments is now rendered inline in the attachments pane.</li> <li>New setting to show/hide routing actions like <a href="https://playwright.dev/java/docs/api/class-route#route-continue">route.resume()</a>.</li> <li>Request method and status are shown in the network details tab.</li> <li>New button to copy source file location to clipboard.</li> <li>Metadata pane now displays the <code>baseURL</code>.</li> </ul> <h2>Miscellaneous</h2> <ul> <li>New <code>maxRetries</code> option in <a href="https://playwright.dev/java/docs/api/class-apirequestcontext#api-request-context-fetch">apiRequestContext.fetch()</a> which retries on the <code>ECONNRESET</code> network error.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 128.0.6613.18</li> <li>Mozilla Firefox 128.0</li> <li>WebKit 18.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 127</li> <li>Microsoft Edge 127</li> </ul> <h2>v1.45.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright-java/issues/1617">microsoft/playwright-java#1617</a> - [Bug]: Traceviewer not reporting all actions <a href="https://redirect.github.com/microsoft/playwright/issues/31764">microsoft/playwright#31764</a> - [Bug]: some actions do not appear in the trace file</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright-java/commit/40752df57ee990cdac9762f0b4170954d56e2bf4"><code>40752df</code></a> chore: set version to 1.46.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1647">#1647</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/800c2e9c713c190e2807bfe052c2347ef71ea189"><code>800c2e9</code></a> fix: support ControlOrMeta action modifier (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1644">#1644</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/edf8174581287ce88e2ee1925cf962bcb4d60dbf"><code>edf8174</code></a> docs: add discord link in readme (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1642">#1642</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/8ae67204ebf9a9495a8e9ff01ead3666b9e25734"><code>8ae6720</code></a> test: disable failing certificate tests on webkit mac (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1641">#1641</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/5f2540e55629e1c80602925667d1589387930285"><code>5f2540e</code></a> chore: roll driver to 1.46.0 (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1640">#1640</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/776e3f26ef67622e823444e25e9482a0935c3906"><code>776e3f2</code></a> chore: serizlize java Exception <==> javascript Error (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1639">#1639</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/46f4ac1f33987ee3bc086e598d6d0ba197777087"><code>46f4ac1</code></a> chore: roll driver to 1.46.0-beta (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1638">#1638</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/73d22552e65b6d86cc302b2c26d07d28490eccdb"><code>73d2255</code></a> chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to...</li> <li><a href="https://github.com/microsoft/playwright-java/commit/650419c952f1af362d96894e633434a96483bd50"><code>650419c</code></a> fix: Replaced println with logMessage in DriverJar (<a href="https://redirect.github.com/microsoft/playwright-java/issues/1627">#1627</a>)</li> <li><a href="https://github.com/microsoft/playwright-java/commit/1e8adde480b50474b892992b34443a1fa7b9bab5"><code>1e8adde</code></a> chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 t...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright-java/compare/v1.43.0...v1.46.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: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org