From 47caf858713d230405f9e39adf423d7dd7db9922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:27:46 +0200 Subject: [PATCH] Bump com.microsoft.playwright:playwright from 1.45.1 to 1.46.0 (#64) Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.45.1 to 1.46.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.45.1...v1.46.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> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b4c18ae..be7415b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ maven-publish = "0.29.0" git-versioning = "6.4.3" ktor = "2.3.12" slf4j = "2.0.13" -playwright = "1.45.1" +playwright = "1.46.0" junit = "5.10.3" [plugins]