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

Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.51.0...v1.52.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
  dependency-version: 1.52.0
  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-05-05 05:30:51 +00:00
committed by Loïc Mathieu
parent 6f24e31c32
commit c9296b657a
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.51.0")
testImplementation("com.microsoft.playwright:playwright:1.52.0")
}
/**********************************************************************************************************************\

View File

@@ -130,7 +130,7 @@ dependencies {
api group: 'org.exparity', name: 'hamcrest-date', version: '2.0.8'
api "org.wiremock:wiremock-jetty12:3.13.0"
api "org.apache.kafka:kafka-streams-test-utils:$kafkaVersion"
api "com.microsoft.playwright:playwright:1.51.0"
api "com.microsoft.playwright:playwright:1.52.0"
// Kestra components
api "io.kestra:core:$version"