Skip to content

Commit a4134df

Browse files
authored
Merge pull request #4576 from LuckyPennySoftware/4575-transitive-dependency-systemtextjson-with-vulnerability
Bumping the JsonWebTokens because of GHSA-8g4q-xg66-9fp4; fixes #4575
2 parents 0211113 + ca4ffe2 commit a4134df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMapper/AutoMapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ItemGroup>
4747
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0, )"/>
4848
<PackageReference Include="Microsoft.Extensions.Options" Version="[8.0.0, )"/>
49-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="[8.0.1, )"/>
49+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="[8.2.0, )"/>
5050
<PackageReference Include="Microsoft.Bcl.HashCode" Version="[6.0.0, )" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
5151
<PackageReference Include="System.Reflection.Emit" Version="[4.7.0, )" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
5252
<PackageReference Include="PolySharp" Version="1.15.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" PrivateAssets="All" />

0 commit comments

Comments
 (0)