From c72e244598f25c12d888bfc82de0d4141d77414a Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 11 Nov 2025 00:23:31 +0000
Subject: [PATCH 1/2] Initial plan
From ca4b6cd29898108253ddf9e04e89980ea244c83a Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 11 Nov 2025 00:29:22 +0000
Subject: [PATCH 2/2] Update browser testing dependencies (Selenium 4.38.0,
Playwright 1.56.0)
Co-authored-by: halter73 <54385+halter73@users.noreply.github.com>
---
eng/Versions.props | 6 +++---
src/Components/benchmarkapps/Wasm.Performance/dockerfile | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eng/Versions.props b/eng/Versions.props
index 4329e3d7dbd6..cabe51ebcbf9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -169,11 +169,11 @@
13.0.3
13.0.4
2.5.2
- 1.55.0
+ 1.56.0
3.0.0
7.2.4
- 4.36.0
- 4.36.0
+ 4.38.0
+ 4.38.0
1.4.0
4.0.0
2.7.27
diff --git a/src/Components/benchmarkapps/Wasm.Performance/dockerfile b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
index b0423b90d601..6bbb775f1be8 100644
--- a/src/Components/benchmarkapps/Wasm.Performance/dockerfile
+++ b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Compo
RUN chmod +x /app/Wasm.Performance.Driver
WORKDIR /app
-FROM mcr.microsoft.com/playwright/dotnet:v1.55.0-jammy-amd64 AS final
+FROM mcr.microsoft.com/playwright/dotnet:v1.56.0-jammy-amd64 AS final
COPY --from=build ./app ./
COPY ./exec.sh ./