Skip to content

Commit

Permalink
chore(deps): bump com.microsoft.playwright:playwright (#4269)
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.44.0...v1.45.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 Jul 17, 2024
1 parent 567a010 commit 02425d5
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.44.0")
testImplementation("com.microsoft.playwright:playwright:1.45.0")
}

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

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

0 comments on commit 02425d5

Please sign in to comment.