Skip to content

Commit b62909d

Browse files
authored
Update Selenium (#53775)
...as port of normal buildops rotation.
1 parent 5024525 commit b62909d

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
@@ -314,8 +314,8 @@
314314
<MicrosoftPlaywrightVersion>1.28.0</MicrosoftPlaywrightVersion>
315315
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
316316
<PollyVersion>7.2.4</PollyVersion>
317-
<SeleniumSupportVersion>4.14.1</SeleniumSupportVersion>
318-
<SeleniumWebDriverVersion>4.14.1</SeleniumWebDriverVersion>
317+
<SeleniumSupportVersion>4.17.0</SeleniumSupportVersion>
318+
<SeleniumWebDriverVersion>4.17.0</SeleniumWebDriverVersion>
319319
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
320320
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
321321
<StackExchangeRedisVersion>2.6.122</StackExchangeRedisVersion>

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
2828
RUN chmod +x /app/Wasm.Performance.Driver
2929

3030
WORKDIR /app
31-
FROM selenium/standalone-chrome:114.0 as final
31+
FROM selenium/standalone-chrome:120.0 as final
3232
COPY --from=build ./app ./
3333
COPY ./exec.sh ./
3434

0 commit comments

Comments
 (0)