From 8d0b5370fd3f9ed8e8196f76cf41337c74388eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:39:00 +0000 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0 Bumps [com.microsoft.playwright:playwright](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: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 f4916e5..22f40ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { testImplementation(kotlin("test")) testImplementation("org.junit.jupiter:junit-jupiter-params") - testImplementation("com.microsoft.playwright:playwright:1.47.0") + testImplementation("com.microsoft.playwright:playwright:1.48.0") } tasks.test {