Skip to content

Commit 2380e1e

Browse files
Bump the nuget group with 4 updates
Bumps Microsoft.Identity.Client from 4.49.1 to 4.60.4 Bumps Microsoft.IdentityModel.JsonWebTokens from 7.0.3 to 7.1.2 Bumps System.IdentityModel.Tokens.Jwt from 7.0.3 to 7.1.2 Bumps System.Text.Json to 6.0.10, 8.0.5 --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-version: 4.60.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 7.1.2 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 7.1.2 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-version: 8.0.5 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Identity.Client dependency-version: 4.60.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 7.1.2 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 7.1.2 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-version: 8.0.5 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-version: 6.0.10 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbbc594 commit 2380e1e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/RecordingBot.Model/RecordingBot.Model.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Graph.Communications.Calls" Version="1.2.0.10563" />
18+
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.4" />
19+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.1.2" />
20+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
21+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1822
</ItemGroup>
1923
</Project>

src/RecordingBot.UiTests/RecordingBot.UiTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30+
<PackageReference Include="System.Text.Json" Version="6.0.10" />
3031
<Folder Include="Properties\" />
3132
</ItemGroup>
3233

0 commit comments

Comments
 (0)