Skip to content

Commit e516ef0

Browse files
authored
Update Selenium versions (#60744)
1 parent 99c501c commit e516ef0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@
318318
<MicrosoftPlaywrightVersion>1.49.0</MicrosoftPlaywrightVersion>
319319
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
320320
<PollyVersion>7.2.4</PollyVersion>
321-
<SeleniumSupportVersion>4.28.0</SeleniumSupportVersion>
322-
<SeleniumWebDriverVersion>4.28.0</SeleniumWebDriverVersion>
321+
<SeleniumSupportVersion>4.29.0</SeleniumSupportVersion>
322+
<SeleniumWebDriverVersion>4.29.0</SeleniumWebDriverVersion>
323323
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
324324
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
325325
<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.49.0-jammy-amd64 AS final
32+
FROM mcr.microsoft.com/playwright/dotnet:v1.50.0-jammy-amd64 AS final
3333
COPY --from=build ./app ./
3434
COPY ./exec.sh ./
3535

0 commit comments

Comments
 (0)