Skip to content

Commit

Permalink
Merge pull request #42 from zzzrst/dependabot/nuget/Selenium.Axe-1.5.2
Browse files Browse the repository at this point in the history
Bump Selenium.Axe from 1.5.1 to 1.5.2
  • Loading branch information
github-actions[bot] committed Sep 14, 2020
2 parents 4585554 + 0327310 commit b72396f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AxeAccessibilityDriver/AxeAccessibilityDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Output results into json, csv and WATR report</Description>
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="3.1.0" />
<PackageReference Include="NPOI" Version="2.4.1" />
<PackageReference Include="Selenium.Axe" Version="1.5.1" />
<PackageReference Include="Selenium.Axe" Version="1.5.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion AxeTester/AxeTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
<PackageReference Include="Selenium.Axe" Version="1.5.1" />
<PackageReference Include="Selenium.Axe" Version="1.5.2" />
<PackageReference Include="Selenium.Support" Version="3.141.0" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="83.0.4103.3900" />
Expand Down

0 comments on commit b72396f

Please sign in to comment.