From 592faa3077419b9eb3a81d3875f52cf1a9f1aa0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:23:00 +0000 Subject: [PATCH] build(deps): bump com.microsoft.playwright:playwright Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.61.0 to 1.62.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.62.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 5d807e4e..62bc5493 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.61.0" +val playwrightVersion = "1.62.0" dependencies { agent("org.aspectj:aspectjweaver")