Skip to content

Commit

Permalink
chore(deps): bump IdentityModel.OidcClient from 3.1.2 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 3.1.2 to 5.2.1.
- [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases)
- [Commits](DuendeArchive/IdentityModel.OidcClient@3.1.2...5.2.1)

---
updated-dependencies:
- dependency-name: IdentityModel.OidcClient
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent 8965c30 commit 02cbbe9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph">
<Version>3.12.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Skia/SamplesApp.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


<PackageReference Include="Uno.Fonts.Fluent" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.15.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<EmbeddedResource Include="Properties\SamplesApp.UWP.Design.rd.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Identity.Client">
<Version>4.15.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.UWP/SamplesApp.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph">
<Version>3.12.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Wasm/SamplesApp.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.15.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.iOS/SamplesApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph">
<Version>3.12.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.macOS/SamplesApp.macOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Reference Include="System.Memory" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph">
<Version>3.12.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/UnoIslands.Skia/UnoIslands.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.0-dev.7" />


<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.15.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
Expand Down

0 comments on commit 02cbbe9

Please sign in to comment.