Skip to content

Commit e5e8e41

Browse files
Update dependency com.microsoft.playwright:playwright to v1.55.0 (#309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9476d6b commit e5e8e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
because("parse Dokka's libs.version.toml, so Dokkatoo can use the same versions")
1818
}
1919

20-
compileOnly("com.microsoft.playwright:playwright:1.49.0")
20+
compileOnly("com.microsoft.playwright:playwright:1.55.0")
2121
}
2222

2323
kotlin {

buildSrc/src/main/kotlin/buildsrc/screenshotter/plugin.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.gradle.api.attributes.Usage.USAGE_ATTRIBUTE
99
val screenshotterClasspath: Configuration by configurations.creating {
1010
declarable()
1111
withDependencies {
12-
add(project.dependencies.create("com.microsoft.playwright:playwright:1.49.0"))
12+
add(project.dependencies.create("com.microsoft.playwright:playwright:1.55.0"))
1313
}
1414
}
1515

0 commit comments

Comments
 (0)