Skip to content

Commit

Permalink
Bump com.microsoft.playwright:playwright from 1.45.0 to 1.45.1
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.45.0...v1.45.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent e258277 commit ad1f696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
because("latest compatible version with all dependencies")
}
}
testImplementation("com.microsoft.playwright:playwright:1.45.0")
testImplementation("com.microsoft.playwright:driver-bundle:1.45.0")
testImplementation("com.microsoft.playwright:playwright:1.45.1")
testImplementation("com.microsoft.playwright:driver-bundle:1.45.1")
}

java {
Expand Down

0 comments on commit ad1f696

Please sign in to comment.