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