Skip to content

Commit

Permalink
fix: bump com.microsoft.playwright:playwright from 1.43.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.43.0 to 1.47.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.43.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 1b7fc5b commit 77611c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.3.1"
testImplementation 'com.microsoft.playwright:playwright:1.43.0'
testImplementation 'com.microsoft.playwright:playwright:1.47.0'

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}
Expand Down

0 comments on commit 77611c4

Please sign in to comment.