From d756d79d485e98d96fd095ef207d48d612f2f194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:00:40 +0000 Subject: [PATCH] Bump com.microsoft.playwright:driver-bundle from 1.44.0 to 1.45.0 Bumps [com.microsoft.playwright:driver-bundle](https://github.com/microsoft/playwright-java) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.44.0...v1.45.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 3cebf71..b598033 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { } } testImplementation("com.microsoft.playwright:playwright:1.44.0") - testImplementation("com.microsoft.playwright:driver-bundle:1.44.0") + testImplementation("com.microsoft.playwright:driver-bundle:1.45.0") } java {