Skip to content

Commit 3531fa3

Browse files
Bump Azure.Identity, Microsoft.Data.SqlClient and System.Text.Json
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Azure.Identity` from 1.10.4 to 1.11.4 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.4) Updates `Microsoft.Data.SqlClient` from 5.0.2 to 6.0.1 - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.0.2...v6.0.1) Updates `System.Text.Json` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2ea1f6 commit 3531fa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/webapp01/webapp01.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
11-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
12-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
10+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
11+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
12+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)