From 7838d53033ebf6819e39791e2c72dd0ab4bdbf33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:58:38 +0000 Subject: [PATCH] build(deps): bump com.microsoft.playwright:playwright Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.59.0 to 1.60.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.59.0...v1.60.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 d7a089c2..bd417483 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ modelix-build-tools-lib = { group = "org.modelix.mps", name = "build-tools-lib", kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.14" } slf4j-api = { group = "org.slf4j", name = "slf4j-api", version = "2.0.17" } kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.4.0" } -playwright = { group = "com.microsoft.playwright", name = "playwright", version = "1.59.0" } +playwright = { group = "com.microsoft.playwright", name = "playwright", version = "1.60.0" } testcontainers = { group = "org.testcontainers", name = "testcontainers", version = "2.0.5" } # krpc