Skip to content

Commit

Permalink
Update dependency com.microsoft.playwright:playwright to v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 3e83b20 commit e498c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
because("parse Dokka's libs.version.toml, so Dokkatoo can use the same versions")
}

compileOnly("com.microsoft.playwright:playwright:1.42.0")
compileOnly("com.microsoft.playwright:playwright:1.43.0")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.api.attributes.Usage.USAGE_ATTRIBUTE
val screenshotterClasspath: Configuration by configurations.creating {
declarable()
withDependencies {
add(project.dependencies.create("com.microsoft.playwright:playwright:1.42.0"))
add(project.dependencies.create("com.microsoft.playwright:playwright:1.43.0"))
}
}

Expand Down

0 comments on commit e498c02

Please sign in to comment.