Skip to content

Commit

Permalink
Bump com.microsoft.playwright:playwright from 1.47.0 to 1.48.0 (#5445)
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.47.0...v1.48.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent feac9f6 commit b7c650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-web-app-playwright/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

compileOnly(group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion)

implementation(group: 'com.microsoft.playwright', name: 'playwright', version: '1.47.0')
implementation(group: 'com.microsoft.playwright', name: 'playwright', version: '1.48.0')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
implementation(group: 'org.slf4j', name: 'slf4j-api')

Expand Down

0 comments on commit b7c650f

Please sign in to comment.