Skip to content

Commit c259a4f

Browse files
Bump the notsecurity group with 3 updates (#3219)
Bumps the notsecurity group with 3 updates: [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.Web.DownstreamApi` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.6.1...3.6.2) Updates `Microsoft.Identity.Web.MicrosoftGraph` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.6.1...3.6.2) Updates `Microsoft.Identity.Web` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](3.6.1...3.6.2) --- updated-dependencies: - dependency-name: Microsoft.Identity.Web.DownstreamApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: notsecurity - dependency-name: Microsoft.Identity.Web.MicrosoftGraph dependency-type: direct:production update-type: version-update:semver-patch dependency-group: notsecurity - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: notsecurity ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1e4f82 commit c259a4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6.1" />
17+
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.6.2" />
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.6.1" />
11+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.6.2" />
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.6.1" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.2" />
1515
</ItemGroup>
1616

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

0 commit comments

Comments
 (0)