build(deps): bump com.microsoft.playwright:playwright

Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.50.0...v1.51.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>
This commit is contained in:
dependabot[bot]
2025-03-24 05:39:20 +00:00
committed by Loïc Mathieu
parent a098650559
commit 6d59630a67
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ configurations {
dependencies {
testImplementation project(':tests')
testImplementation("com.microsoft.playwright:playwright:1.50.0")
testImplementation("com.microsoft.playwright:playwright:1.51.0")
}
/**********************************************************************************************************************\

View File

@@ -134,7 +134,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.50.0"
api "com.microsoft.playwright:playwright:1.51.0"
// Kestra components
api "io.kestra:core:$version"