Skip to content

Commit

Permalink
Bump Microsoft.OData.Client from 7.12.1 to 7.12.2
Browse files Browse the repository at this point in the history
Bumps Microsoft.OData.Client from 7.12.1 to 7.12.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Aug 15, 2022
1 parent 84a62cf commit 9d6d3ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TableStorage.Source/TableStorage.Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.0.1" />
<PackageReference Include="Azure.Data.Tables" Version="12.6.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.2" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/TableStorage/TableStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.0.1" />
<PackageReference Include="Azure.Data.Tables" Version="12.6.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.2" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.1" />
<PackageReference Include="Microsoft.OData.Client" Version="7.12.2" />
<PackageReference Include="protobuf-net.BuildTools" Version="3.1.17" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
Expand Down

0 comments on commit 9d6d3ee

Please sign in to comment.