Skip to content

Commit cd8f136

Browse files
Bump the notsecurity group with 4 updates
Bumps the notsecurity group with 4 updates: [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet), [Microsoft.Identity.Web.DownstreamApi](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Identity.Web.MicrosoftGraph](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web). Updates `Microsoft.Identity.Client` from 4.66.1 to 4.66.2 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.66.1...4.66.2) Updates `Microsoft.Identity.Web.DownstreamApi` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.3.0...3.5.0) Updates `Microsoft.Identity.Web.MicrosoftGraph` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.3.0...3.5.0) Updates `Microsoft.Identity.Web` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.3.0...3.5.0) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: notsecurity - dependency-name: Microsoft.Identity.Web.DownstreamApi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: notsecurity - dependency-name: Microsoft.Identity.Web.MicrosoftGraph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: notsecurity - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: notsecurity ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa46329 commit cd8f136

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<PropertyGroup Label="Common dependency versions">
8484
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.3.0</MicrosoftIdentityModelVersion>
85-
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.66.1</MicrosoftIdentityClientVersion>
85+
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.66.2</MicrosoftIdentityClientVersion>
8686
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8787
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
8888
<AzureSecurityKeyVaultSecretsVersion>4.6.0</AzureSecurityKeyVaultSecretsVersion>
@@ -93,7 +93,7 @@
9393
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>
9494
<MicrosoftIdentityAbstractionsVersion>7.2.0</MicrosoftIdentityAbstractionsVersion>
9595
<!--CVE-2024-43485-->
96-
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
96+
<SystemTextJsonVersion>9.0.0</SystemTextJsonVersion>
9797
<!--CVE-2023-29331-->
9898
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
9999
<BannedApiAnalyzersVersion>3.3.4</BannedApiAnalyzersVersion>

tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="'$(UseWip)' != 'true'">
17-
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.3.0" />
17+
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.5.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(UseWip)' == 'true'">

tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj

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

1010
<ItemGroup Condition="'$(UseWip)' != 'true'">
11-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.3.0" />
11+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.5.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup Condition="'$(UseWip)' == 'true'">

tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup Condition="'$(UseWip)' != 'true'">
14-
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="3.5.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(UseWip)' == 'true'">

tests/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup Label="Common dependency versions">
14-
<MicrosoftAspNetCoreMvcTestingVersion>7.0.0</MicrosoftAspNetCoreMvcTestingVersion>
14+
<MicrosoftAspNetCoreMvcTestingVersion>9.0.0</MicrosoftAspNetCoreMvcTestingVersion>
1515
<MicrosoftNetTestSdkVersion>17.11.1</MicrosoftNetTestSdkVersion>
1616
<!--GHSA-5crp-9r3c-p9vr-->
1717
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
@@ -43,11 +43,11 @@
4343
</PropertyGroup>
4444

4545
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
46-
<MicrosoftAspNetCoreMvcTestingVersion>6.0.12</MicrosoftAspNetCoreMvcTestingVersion>
46+
<MicrosoftAspNetCoreMvcTestingVersion>9.0.0</MicrosoftAspNetCoreMvcTestingVersion>
4747
</PropertyGroup>
4848

4949
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
50-
<MicrosoftAspNetCoreMvcTestingVersion>8.0.10</MicrosoftAspNetCoreMvcTestingVersion>
50+
<MicrosoftAspNetCoreMvcTestingVersion>9.0.0</MicrosoftAspNetCoreMvcTestingVersion>
5151
</PropertyGroup>
5252

5353
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">

0 commit comments

Comments
 (0)