Skip to content

Commit 139eb49

Browse files
authored
Update Microsoft.IdentityModel.JsonWebTokens fix vulnerability. (#9797)
* update the Microsoft.IdentityModel.JsonWebTokens
1 parent e8e3658 commit 139eb49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/NuGetGallery.Services/NuGetGallery.Services.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\SdkProjects.props" />
44

@@ -66,6 +66,9 @@
6666
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation">
6767
<Version>1.0.0</Version>
6868
</PackageReference>
69+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens">
70+
<Version>7.3.1</Version>
71+
</PackageReference>
6972
<PackageReference Include="Microsoft.Owin">
7073
<Version>4.2.2</Version>
7174
</PackageReference>

0 commit comments

Comments
 (0)