From 607e5c5b8f3ebc561d0c4bb3042408617444a75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:13:09 -0500 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.41.2 to 1.42.0 (#54) Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.41.2 to 1.42.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.41.2...v1.42.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- reference-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-app/build.gradle.kts b/reference-app/build.gradle.kts index e903740..120de2e 100644 --- a/reference-app/build.gradle.kts +++ b/reference-app/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { testImplementation("com.ardetrick.testcontainers:testcontainers-ory-hydra:0.0.1") testImplementation("com.auth0:java-jwt:4.4.0") - testImplementation("com.microsoft.playwright:playwright:1.41.2") + testImplementation("com.microsoft.playwright:playwright:1.42.0") testImplementation("org.springframework.boot:spring-boot-starter-test") }