diff --git a/build.gradle.kts b/build.gradle.kts index f09a55f..49d16ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { because("latest compatible version with all dependencies") } } - testImplementation("com.microsoft.playwright:playwright:1.46.0") + testImplementation("com.microsoft.playwright:playwright:1.47.0") testImplementation("com.microsoft.playwright:driver-bundle:1.47.0") }