Skip to content

Commit

Permalink
Bump the functionaltests group
Browse files Browse the repository at this point in the history
Bumps the functionaltests group in /src/DevOpsMetrics.FunctionalTests with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.9.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.1.1` | `3.2.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.1.1` | `3.2.1` |
| [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium) | `4.16.2` | `4.17.0` |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.8.2` | `12.8.3` |


Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.9.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.8.0...v17.9.0)

Updates `MSTest.TestAdapter` from 3.1.1 to 3.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v3.2.1)

Updates `MSTest.TestFramework` from 3.1.1 to 3.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.1.1...v3.2.1)

Updates `Selenium.WebDriver` from 4.16.2 to 4.17.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.17.0)

Updates `Azure.Data.Tables` from 12.8.2 to 12.8.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.2...Azure.Data.Tables_12.8.3)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  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
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: functionaltests
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 96efb38 commit f86098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevOpsMetrics.Core/DevOpsMetrics.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.2" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down

0 comments on commit f86098e

Please sign in to comment.