Skip to content

Commit

Permalink
build(deps): bump com.microsoft.playwright:playwright
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.49.0...v1.50.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 loicmathieu committed Feb 11, 2025
1 parent 55bdfac commit 48320a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configurations {

dependencies {
testImplementation project(':tests')
testImplementation("com.microsoft.playwright:playwright:1.49.0")
testImplementation("com.microsoft.playwright:playwright:1.50.0")
}

/**********************************************************************************************************************\
Expand Down
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
api group: 'org.exparity', name: 'hamcrest-date', version: '2.0.8'
api "org.wiremock:wiremock:3.10.0"
api "org.apache.kafka:kafka-streams-test-utils:$kafkaVersion"
api "com.microsoft.playwright:playwright:1.49.0"
api "com.microsoft.playwright:playwright:1.50.0"

// Kestra components
api "io.kestra:core:$version"
Expand Down

0 comments on commit 48320a8

Please sign in to comment.