mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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:
committed by
Loïc Mathieu
parent
6f24e31c32
commit
c9296b657a
@@ -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")
|
||||
}
|
||||
|
||||
/**********************************************************************************************************************\
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user