Skip to content

Commit

Permalink
Bump com.microsoft.playwright:driver-bundle from 1.46.0 to 1.47.0
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:driver-bundle](https://github.com/microsoft/playwright-java) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.46.0...v1.47.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:driver-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 13, 2024
1 parent 49e6a22 commit 46089ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}
}
testImplementation("com.microsoft.playwright:playwright:1.46.0")
testImplementation("com.microsoft.playwright:driver-bundle:1.46.0")
testImplementation("com.microsoft.playwright:driver-bundle:1.47.0")
}

java {
Expand Down

0 comments on commit 46089ee

Please sign in to comment.