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 12c1fd6b Bump com.microsoft.playwright:playwright from 1.52.0 to 1.53.0 (#1582) 12c1fd6b is described below commit 12c1fd6b9da511145f189a8ce80dc7fb59d4dc9e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 30 15:43:29 2025 +0200 Bump com.microsoft.playwright:playwright from 1.52.0 to 1.53.0 (#1582) Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 04823e4a..90cadbe8 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.52.0</playwright.version> + <playwright.version>1.53.0</playwright.version> <awaitility.version>4.3.0</awaitility.version> <wiremock.version>3.13.1</wiremock.version> <jacoco.haltOnFailure>true</jacoco.haltOnFailure>