diff --git a/build.gradle.kts b/build.gradle.kts index 3d92f17..7c6c826 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencyManagement { } dependencies { - api("com.microsoft.playwright:playwright:1.41.1") + api("com.microsoft.playwright:playwright:1.41.2") implementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-web") }