From 0f22749abe68d105e21485a793ea4166655df301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:14:54 +0000 Subject: build(deps): bump playwright.version from 1.55.0 to 1.56.0 (#732) Bumps `playwright.version` from 1.55.0 to 1.56.0. Updates `com.microsoft.playwright:playwright` 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) Updates `com.microsoft.playwright:driver-bundle` 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 - dependency-name: com.microsoft.playwright:driver-bundle dependency-version: 1.56.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 c523197..3be2e69 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 3.28.3 2.6.2 2.1.3 - 1.55.0 + 1.56.0 true 3.2.5 -- cgit