Skip to content

Commit 0c5c863

Browse files
authored
Update Selenium to v4.17.0 (#115)
+ update test package reference + update license year
1 parent 7a3b06a commit 0c5c863

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Aquality.Selenium.Core/src/Aquality.Selenium.Core/Aquality.Selenium.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>selenium webdriver automation</PackageTags>
1616
<PackageLicenseFile>LICENSE</PackageLicenseFile>
17-
<Copyright>Copyright 2023 Aquality Automation</Copyright>
17+
<Copyright>Copyright 2024 Aquality Automation</Copyright>
1818
<IsPackable>true</IsPackable>
1919
</PropertyGroup>
2020

@@ -51,8 +51,8 @@
5151
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
5252
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
5353
<PackageReference Include="NLog" Version="5.2.8" />
54-
<PackageReference Include="Selenium.Support" Version="4.16.2" />
55-
<PackageReference Include="Selenium.WebDriver" Version="4.16.2" />
54+
<PackageReference Include="Selenium.Support" Version="4.17.0" />
55+
<PackageReference Include="Selenium.WebDriver" Version="4.17.0" />
5656
<PackageReference Include="SkiaSharp" Version="2.88.7" />
5757
</ItemGroup>
5858
</Project>

Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Aquality.Selenium.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>
35-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
35+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2023 Aquality Automation
189+
Copyright 2024 Aquality Automation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)