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 93564f8e Bump com.microsoft.playwright:playwright from 1.55.0 to 1.56.0
93564f8e is described below
commit 93564f8ebe6da72f27de90cfd758f5f7006f4a77
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 20 04:01:16 2025 +0000
Bump com.microsoft.playwright:playwright from 1.55.0 to 1.56.0
Bumps
[com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java)
from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
-
[Commits](https://github.com/microsoft/playwright-java/compare/v1.55.0...v1.56.0)
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 a540524b..2df4fbaf 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.55.0</playwright.version>
+ <playwright.version>1.56.0</playwright.version>
<awaitility.version>4.3.0</awaitility.version>
<wiremock.version>3.13.1</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>