From a60ec42e04309ffb581f97b45afee637614de18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:56:31 +0000 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.46.0 to 1.47.0 Bumps [com.microsoft.playwright:playwright](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:playwright 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 f09a55f..49d16ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { because("latest compatible version with all dependencies") } } - testImplementation("com.microsoft.playwright:playwright:1.46.0") + testImplementation("com.microsoft.playwright:playwright:1.47.0") testImplementation("com.microsoft.playwright:driver-bundle:1.47.0") }