From 86147384136ac47baef6b87051dcbb95966bdf91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:02:48 +0000 Subject: [PATCH] build(deps): Bump com.microsoft.playwright:playwright Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.44.0...v1.45.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 79af832..d846520 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ configurations["implementation"].extendsFrom(shadowDependencies) dependencies { api("org.testcontainers:testcontainers:1.19.8") - api("com.microsoft.playwright:playwright:1.44.0") + api("com.microsoft.playwright:playwright:1.45.0") api("org.jetbrains.kotlin:kotlin-stdlib:1.7.22") shadowDependencies("io.github.microutils:kotlin-logging:3.0.5") @@ -50,7 +50,7 @@ dependencies { compileOnly("org.junit.jupiter:junit-jupiter-api:5.10.3") testImplementation("io.kotest:kotest-assertions-core:5.9.1") - testImplementation("com.microsoft.playwright:playwright:1.44.0") + testImplementation("com.microsoft.playwright:playwright:1.45.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3") testImplementation("org.testcontainers:nginx:1.19.8") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")