Skip to content

Commit

Permalink
Bump OpenIddict to 5.6.0 (#16054)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed May 14, 2024
1 parent f216c62 commit 31528d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
<PackageManagement Include="NJsonSchema" Version="11.0.0" />
<PackageManagement Include="NLog.Web.AspNetCore" Version="5.3.11" />
<PackageManagement Include="NodaTime" Version="3.1.11" />
<PackageManagement Include="OpenIddict.Core" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Server.AspNetCore" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Server.DataProtection" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Validation.AspNetCore" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Validation.DataProtection" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Validation.SystemNetHttp" Version="5.5.0" />
<PackageManagement Include="OpenIddict.Core" Version="5.6.0" />
<PackageManagement Include="OpenIddict.Server.AspNetCore" Version="5.6.0" />
<PackageManagement Include="OpenIddict.Server.DataProtection" Version="5.6.0" />
<PackageManagement Include="OpenIddict.Validation.AspNetCore" Version="5.6.0" />
<PackageManagement Include="OpenIddict.Validation.DataProtection" Version="5.6.0" />
<PackageManagement Include="OpenIddict.Validation.SystemNetHttp" Version="5.6.0" />
<PackageManagement Include="OrchardCore.Translations.All" Version="1.8.0" />
<PackageManagement Include="PdfPig" Version="0.1.8" />
<PackageManagement Include="Serilog.AspNetCore" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The below table lists the different .NET libraries used in Orchard Core:
| [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) | JSON Schema reader, generator and validator for .NET | 11.0.0 | [MIT](https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md) |
| [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web/tree/master/src/NLog.Web.AspNetCore) | NLog integration for ASP.NET. | 5.3.11 | [BSD-3-Clause](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.1.11 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET. | 5.5.0 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md) |
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET. | 5.6.0 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md) |
| [PdfPig](https://github.com/UglyToad/PdfPig/) | Library to read and extract text and other content from PDF files. | 0.1.8 | [Apache-2.0](https://github.com/UglyToad/PdfPig/blob/master/LICENSE) |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 8.0.1 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |
| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.3.3 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) |
Expand Down

0 comments on commit 31528d2

Please sign in to comment.