Skip to content

Commit

Permalink
Bump com.microsoft.playwright:playwright from 1.46.0 to 1.47.0
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](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:playwright
  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 46089ee commit a60ec42
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 @@ -17,7 +17,7 @@ dependencies {
because("latest compatible version with all dependencies")
}
}
testImplementation("com.microsoft.playwright:playwright:1.46.0")
testImplementation("com.microsoft.playwright:playwright:1.47.0")
testImplementation("com.microsoft.playwright:driver-bundle:1.47.0")
}

Expand Down

0 comments on commit a60ec42

Please sign in to comment.