From 56b203153bdee88f640e7b93c16c935a6a74af24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:36:07 +0000 Subject: [PATCH 1/4] Bump playwright from v1.40.1-jammy to v1.41.0-jammy Bumps playwright from v1.40.1-jammy to v1.41.0-jammy. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3682c15..8048634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . /app RUN mvn clean package -DskipTests -FROM mcr.microsoft.com/playwright:v1.40.1-jammy +FROM mcr.microsoft.com/playwright:v1.41.0-jammy ARG version=21.0.1.12-1 RUN set -eux \ From 77404a516fe4d0068481d4327127bbaf66551980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:29:09 +0000 Subject: [PATCH 2/4] Bump com.microsoft.playwright:playwright from 1.40.0 to 1.41.0 Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.40.0...v1.41.0) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6b2913..adc93b5 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ com.microsoft.playwright playwright - 1.40.0 + 1.41.0 org.jsoup From 9b40cf3e5e420536a81fecb98c4eab665e75824a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:55:22 +0000 Subject: [PATCH 3/4] Bump playwright from v1.41.0-jammy to v1.41.1-jammy Bumps playwright from v1.41.0-jammy to v1.41.1-jammy. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8048634..fea65f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . /app RUN mvn clean package -DskipTests -FROM mcr.microsoft.com/playwright:v1.41.0-jammy +FROM mcr.microsoft.com/playwright:v1.41.1-jammy ARG version=21.0.1.12-1 RUN set -eux \ From b278339a89c1405a0c2320352d81885c185c6c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:31:31 +0000 Subject: [PATCH 4/4] Bump com.microsoft.playwright:playwright from 1.41.0 to 1.41.1 Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.41.0...v1.41.1) --- updated-dependencies: - dependency-name: com.microsoft.playwright:playwright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index adc93b5..a18e701 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ com.microsoft.playwright playwright - 1.41.0 + 1.41.1 org.jsoup