Skip to content

Commit 1eda538

Browse files
authored
Update Selenium and Playwright versions (#62532)
1 parent e4d20da commit 1eda538

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@
305305
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
306306
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
307307
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
308-
<MicrosoftPlaywrightVersion>1.52.0</MicrosoftPlaywrightVersion>
308+
<MicrosoftPlaywrightVersion>1.53.0</MicrosoftPlaywrightVersion>
309309
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
310310
<PollyVersion>7.2.4</PollyVersion>
311-
<SeleniumSupportVersion>4.33.0</SeleniumSupportVersion>
312-
<SeleniumWebDriverVersion>4.33.0</SeleniumWebDriverVersion>
311+
<SeleniumSupportVersion>4.34.0</SeleniumSupportVersion>
312+
<SeleniumWebDriverVersion>4.34.0</SeleniumWebDriverVersion>
313313
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
314314
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
315315
<StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion>

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Compo
2929
RUN chmod +x /app/Wasm.Performance.Driver
3030

3131
WORKDIR /app
32-
FROM mcr.microsoft.com/playwright/dotnet:v1.52.0-jammy-amd64 AS final
32+
FROM mcr.microsoft.com/playwright/dotnet:v1.53.0-jammy-amd64 AS final
3333
COPY --from=build ./app ./
3434
COPY ./exec.sh ./
3535

0 commit comments

Comments
 (0)