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
--- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.54.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
45291eb2c4
commit
298e9f3ab7
@@ -4,7 +4,7 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
testImplementation project(':tests')
|
||||
testImplementation("com.microsoft.playwright:playwright:1.53.0")
|
||||
testImplementation("com.microsoft.playwright:playwright:1.54.0")
|
||||
}
|
||||
|
||||
/**********************************************************************************************************************\
|
||||
|
||||
@@ -132,7 +132,7 @@ dependencies {
|
||||
api group: 'org.exparity', name: 'hamcrest-date', version: '2.0.8'
|
||||
api "org.wiremock:wiremock-jetty12:3.13.1"
|
||||
api "org.apache.kafka:kafka-streams-test-utils:$kafkaVersion"
|
||||
api "com.microsoft.playwright:playwright:1.53.0"
|
||||
api "com.microsoft.playwright:playwright:1.54.0"
|
||||
api "org.awaitility:awaitility:4.3.0"
|
||||
|
||||
// Kestra components
|
||||
|
||||
Reference in New Issue
Block a user