From 59bbb099fae040d59e0f20322bf621e0c55d9f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:01:32 +0000 Subject: build(deps): bump playwright.version from 1.56.0 to 1.57.0 (#772) Bumps `playwright.version` from 1.56.0 to 1.57.0. Updates `com.microsoft.playwright:playwright` from 1.56.0 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.56.0...v1.57.0) Updates `com.microsoft.playwright:driver-bundle` from 1.56.0 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.56.0...v1.57.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.microsoft.playwright:driver-bundle dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15e46a7..b674ef8 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 3.30.3 2.7.1 2.3.0 - 1.56.0 + 1.57.0 true 3.2.5 -- cgit