From 333498890e7baee01220d75f80dcae9c038358ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:34:43 +0000 Subject: build(deps): bump playwright.version from 1.54.0 to 1.55.0 (#696) * build(deps): bump playwright.version from 1.54.0 to 1.55.0 Bumps `playwright.version` from 1.54.0 to 1.55.0. Updates `com.microsoft.playwright:playwright` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0) Updates `com.microsoft.playwright:driver-bundle` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.microsoft.playwright:driver-bundle dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update playwright devcontainer to 1.55.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin J Hoerr --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e58f0ea..c523197 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 3.28.3 2.6.2 2.1.3 - 1.54.0 + 1.55.0 true 3.2.5 -- cgit