Skip to content

Commit

Permalink
Bump Microsoft.OData.Core from 7.14.0 to 7.14.1 (#1375)
Browse files Browse the repository at this point in the history
* Bump Microsoft.OData.Core from 7.14.0 to 7.14.1

Bumps Microsoft.OData.Core from 7.14.0 to 7.14.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Microsoft.OData.Edm from 7.14.0 to 7.14.1

Bumps Microsoft.OData.Edm from 7.14.0 to 7.14.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
dependabot[bot] and baywet authored Feb 15, 2023
1 parent 93db8b7 commit bcf1996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.OData.Core" Version="7.14.0" />
<PackageReference Include="Microsoft.OData.Core" Version="7.14.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenAPIService/OpenAPIService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.3" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.14.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.14.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.1" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.2.0" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.1" />
Expand Down

0 comments on commit bcf1996

Please sign in to comment.