Skip to content

Commit

Permalink
Bump Microsoft.OData.Edm, Microsoft.OpenApi and Microsoft.OpenApi.OData
Browse files Browse the repository at this point in the history
Bumps Microsoft.OData.Edm, [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) and [Microsoft.OpenApi.OData](https://github.com/Microsoft/OpenAPI.NET.OData). These dependencies needed to be updated together.

Updates `Microsoft.OData.Edm` from 8.2.3 to 7.21.6

Updates `Microsoft.OpenApi` 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.23)

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

---
updated-dependencies:
- dependency-name: Microsoft.OData.Edm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.OpenApi.OData
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 5c57248 commit b29e22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenAPIService/OpenAPIService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.2" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.3" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b29e22f

Please sign in to comment.