Skip to content

Commit fccb75b

Browse files
Bump the functionaltests group across 1 directory with 4 updates (#985)
Bumps the functionaltests group with 4 updates in the /src/FeatureFlags.FunctionalTests directory: [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net), [MSTest.TestAdapter](https://github.com/microsoft/testfx), [MSTest.TestFramework](https://github.com/microsoft/testfx) and [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium). Updates `Azure.Data.Tables` from 12.8.3 to 12.9.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.3...Azure.Data.Tables_12.9.0) Updates `MSTest.TestAdapter` from 3.4.3 to 3.5.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.4.3...v3.5.1) Updates `MSTest.TestFramework` from 3.4.3 to 3.5.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.4.3...v3.5.1) Updates `Selenium.WebDriver` from 4.22.0 to 4.23.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.22.0...selenium-4.23.0) --- updated-dependencies: - dependency-name: Azure.Data.Tables dependency-type: direct:production update-type: version-update:semver-minor dependency-group: functionaltests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: functionaltests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: functionaltests - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: functionaltests ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Smith <[email protected]>
1 parent ef465d3 commit fccb75b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FeatureFlags.FunctionalTests/FeatureFlags.FunctionalTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.5.1" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.5.1" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
18-
<PackageReference Include="Selenium.WebDriver" Version="4.22.0" />
18+
<PackageReference Include="Selenium.WebDriver" Version="4.23.0" />
1919
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="126.0.6478.12600" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)