Skip to content

Commit 0c06270

Browse files
Bump Azure.Identity and System.Text.Json in /src/webapp01
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) 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.13.2 - [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.13.2) 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: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be6b371 commit 0c06270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webapp01/webapp01.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
10+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1111
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1212
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)