Skip to content

Commit

Permalink
Update System.IdentityModel.Tokens.Jwt package due to known vulnerabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
amantinband committed Jan 14, 2024
1 parent d4ef4c9 commit ad241fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Amantinband.CleanArchitecture.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Amantinband.CleanArchitecture.Template</id>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>amantinband</authors>
<description>.NET 8 Clean Architecture Template</description>
<projectUrl>https://github.com/amantinband/clean-architecture</projectUrl>
Expand All @@ -18,4 +18,4 @@
<file src="**" target="content" exclude=".git\**;**\bin\**;**\obj\**;.github\**;*.nuspec" />
</files>

</package>
</package>
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<!-- Auth -->
<PackageVersion Include="Microsoft.Extensions.Identity.Core" Version="8.0.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ad241fd

Please sign in to comment.