From a9a6a654ff815c36ff2d15616a57503763a3dc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:55:05 +0000 Subject: [PATCH] Bump com.microsoft.playwright:driver-bundle from 1.47.0 to 1.48.0 Bumps [com.microsoft.playwright:driver-bundle](https://github.com/microsoft/playwright-java) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.47.0...v1.48.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 67d2d3e..9851fa5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { } } testImplementation("com.microsoft.playwright:playwright:1.47.0") - testImplementation("com.microsoft.playwright:driver-bundle:1.47.0") + testImplementation("com.microsoft.playwright:driver-bundle:1.48.0") } java {