From f16dbcdff90e7bf57d6937f5658019bc49e38e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:11:04 +0000 Subject: [PATCH] chore: bump com.microsoft.playwright:playwright from 1.46.0 to 1.47.0 Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c3b64229..c264375b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val guiceVersion = "7.0.0" val liquibaseCoreVersion = "4.29.2" val quartzVersion = "2.5.0-rc1" val guavaVersion = "33.3.0-jre" -val playwrightVersion = "1.46.0" +val playwrightVersion = "1.47.0" val jsoupVersion = "1.18.1" val gsonVersion = "2.11.0" val openCvVersion = "4.9.0-0"