From 30950b0c0ff2bca9957e2c183e5302dabc61c899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:47:09 +0000 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.43.0 to 1.45.0 Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.43.0 to 1.45.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.43.0...v1.45.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright 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 b667920..036f3a0 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation 'org.aeonbits.owner:owner:1.0.12' implementation 'com.univocity:univocity-parsers:2.9.1' - implementation 'com.microsoft.playwright:playwright:1.43.0' + implementation 'com.microsoft.playwright:playwright:1.45.0' implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'org.slf4j:slf4j-api:2.0.13' implementation 'io.qameta.allure:allure-junit-platform:2.27.0'