Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient, Azure.Identity and Microsoft.Extension…
Browse files Browse the repository at this point in the history
…s.Caching.Memory

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient), [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Data.SqlClient` from 5.2.2 to 6.0.1
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/commits)

Updates `Azure.Identity` from 1.13.2 to 1.11.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.2...Azure.Identity_1.11.4)

Updates `Microsoft.Extensions.Caching.Memory` from 8.0.1 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lkurzyniec committed Jan 29, 2025
1 parent c5799e6 commit f07828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Azure.Identity" Version="1.13.2" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.1" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.67.2" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
Expand Down

0 comments on commit f07828d

Please sign in to comment.