From b6aa27c39deaebf3b9f9e493cf95cebb1a0be50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:53:22 +0000 Subject: [PATCH] Bump com.microsoft.playwright:driver-bundle from 1.46.0 to 1.47.0 Bumps [com.microsoft.playwright:driver-bundle](https://github.com/microsoft/playwright-java) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:driver-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ec77d7a..f09a55f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { } } testImplementation("com.microsoft.playwright:playwright:1.46.0") - testImplementation("com.microsoft.playwright:driver-bundle:1.46.0") + testImplementation("com.microsoft.playwright:driver-bundle:1.47.0") } java {