From 361aa378376fffbd0ac05018e36363e2f473f128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:03:52 +0000 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.52.0 to 1.56.0 Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.52.0 to 1.56.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.52.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fab87ed..5d785422 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ ext { awsVersion = '2.31.21' ceVersion = "4.0.1" allureVersion = "2.29.1" - playwrightVersion = "1.52.0" + playwrightVersion = "1.56.0" } group = 'com.HybridTestFramework'