Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 4a93b46

Browse files
fix(deps): update dependency com.microsoft.playwright:playwright to v1.56.0 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5cc668 commit 4a93b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conversational-ai4j-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
3030

3131
// Playwright for E2E testing
32-
testImplementation 'com.microsoft.playwright:playwright:1.55.0'
32+
testImplementation 'com.microsoft.playwright:playwright:1.56.0'
3333
}
3434

3535
tasks.named('test') {

0 commit comments

Comments
 (0)