This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 9eef525e Bump com.microsoft.playwright:playwright from 1.57.0 to
1.58.0 (#1801)
9eef525e is described below
commit 9eef525ed42ee3618a3c5e333732719db8034f67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 06:35:46 2026 +0100
Bump com.microsoft.playwright:playwright from 1.57.0 to 1.58.0 (#1801)
Bumps
[com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java)
from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
-
[Commits](https://github.com/microsoft/playwright-java/compare/v1.57.0...v1.58.0)
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.58.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
external/playwright/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml
index 8f37fdd2..3124484a 100644
--- a/external/playwright/pom.xml
+++ b/external/playwright/pom.xml
@@ -37,7 +37,7 @@ under the License.
<description>Playwright-based protocol for StormCrawler</description>
<properties>
- <playwright.version>1.57.0</playwright.version>
+ <playwright.version>1.58.0</playwright.version>
<awaitility.version>4.3.0</awaitility.version>
<wiremock.version>3.13.2</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>