From 414c726f2985e325d673a4c8af6c38f819dad819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:22:53 +0000 Subject: [PATCH] build(deps): bump com.microsoft.playwright:playwright Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.62.0 to 1.63.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.62.0...v1.63.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- allure-playwright/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allure-playwright/build.gradle.kts b/allure-playwright/build.gradle.kts index c2be27ea6..864ce5fc5 100644 --- a/allure-playwright/build.gradle.kts +++ b/allure-playwright/build.gradle.kts @@ -2,7 +2,7 @@ description = "Allure Playwright Integration" val agent: Configuration by configurations.creating -val playwrightVersion = "1.62.0" +val playwrightVersion = "1.63.0" dependencies { implementation("org.slf4j:slf4j-api")