diff --git a/build.gradle.kts b/build.gradle.kts index ec77d7a..f09a55f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { } } testImplementation("com.microsoft.playwright:playwright:1.46.0") - testImplementation("com.microsoft.playwright:driver-bundle:1.46.0") + testImplementation("com.microsoft.playwright:driver-bundle:1.47.0") } java {