Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e70d4cc

Browse files
authored
Merge pull request #53 from chgl/updated-deps-to-address-cve
Updated System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.JsonWebTokens to latest to address CVEs
2 parents 7f58254 + b80d803 commit e70d4cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.targets

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
33
<FrameworkVersion>8.0.0</FrameworkVersion>
44
<ExtensionsVersion>8.0.0</ExtensionsVersion>
5-
<WilsonVersion>7.0.3</WilsonVersion>
5+
<WilsonVersion>7.3.1</WilsonVersion>
66
<IdentityServerVersion>7.0.0-preview.2</IdentityServerVersion>
77
</PropertyGroup>
88

99
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
1010
<FrameworkVersion>6.0.0</FrameworkVersion>
1111
<ExtensionsVersion>6.0.0</ExtensionsVersion>
12-
<WilsonVersion>6.15.0</WilsonVersion>
12+
<WilsonVersion>6.35.0</WilsonVersion>
1313
<IdentityServerVersion>6.3.6</IdentityServerVersion>
1414
</PropertyGroup>
1515

@@ -31,4 +31,4 @@
3131
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="$(WilsonVersion)" />
3232

3333
</ItemGroup>
34-
</Project>
34+
</Project>

samples/Worker/Worker.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
10-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.0.3" />
10+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.3.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

samples/WorkerDI/WorkerDI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
10-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.0.3" />
10+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.3.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)