From 392fff6a7ebedc1126eb2774873bc4bb82b59dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:06:42 +0000 Subject: [PATCH] fix(deps): update dependency com.microsoft.playwright:playwright to v1.62.0 --- samples/spring/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring/build.gradle.kts b/samples/spring/build.gradle.kts index 7069c50..0e5d8cd 100644 --- a/samples/spring/build.gradle.kts +++ b/samples/spring/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation(libs.logback) implementation(libs.spring.boot.starter.web) testImplementation(kotlin("test")) - testImplementation("com.microsoft.playwright:playwright:1.49.0") + testImplementation("com.microsoft.playwright:playwright:1.62.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4") }