Skip to content

Commit

Permalink
chore(deps): Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [AutoSDK](https://github.com/tryAGI/AutoSDK), [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) and [MSTest](https://github.com/microsoft/testfx).


Updates `AutoSDK` from 0.27.1-dev.59 to 0.27.1-dev.65
- [Release notes](https://github.com/tryAGI/AutoSDK/releases)
- [Commits](https://github.com/tryAGI/AutoSDK/commits)

Updates `Microsoft.OpenApi.Readers` from 1.6.22 to 1.6.22
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.22...1.6.22)

Updates `Microsoft.OpenApi.Readers` from 1.6.22 to 1.6.23
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.22...1.6.22)

Updates `MSTest` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

---
updated-dependencies:
- dependency-name: AutoSDK
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.OpenApi.Readers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.OpenApi.Readers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2fd7e5f commit 6127c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoSDK" Version="0.27.1-dev.59" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
<PackageReference Include="AutoSDK" Version="0.27.1-dev.65" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup Label="Base packages">
<PackageReference Include="MSTest" Version="3.6.4" />
<PackageReference Include="MSTest" Version="3.7.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 6127c82

Please sign in to comment.