Skip to content

Commit 76afaa9

Browse files
committed
fix: deps upgrade
1 parent 2738f10 commit 76afaa9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator/NetDevPack.Security.JwtExtensions.ApiAuthenticator.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77

88
<ItemGroup>
9-
<PackageReference Include="Bogus" Version="34.0.2" />
10-
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" Version="8.1.1" />
11-
<PackageReference Include="NetDevPack.Security.Jwt.Core" Version="8.1.1" />
12-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
9+
<PackageReference Include="Bogus" Version="35.5.0" />
10+
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" Version="8.1.4" />
11+
<PackageReference Include="NetDevPack.Security.Jwt.Core" Version="8.1.4" />
12+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.26" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" />
1717
</ItemGroup>
1818
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
19-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.15" />
19+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.18" />
2020
</ItemGroup>
2121
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
22-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
22+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
2323
</ItemGroup>
2424

2525
</Project>

tests/NetDevPack.Security.JwtExtensions.ApiTests/NetDevPack.Security.JwtExtensions.ApiTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
</ItemGroup>
1111

1212
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
13-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.26" />
13+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" />
1414
</ItemGroup>
1515
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.15" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.18" />
1717
</ItemGroup>
1818
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
19-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
19+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
2020
</ItemGroup>
2121
</Project>

tests/NetDevPack.Security.JwtExtensions.Tests/NetDevPack.Security.JwtExtensions.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</ItemGroup>
2929

3030
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
31-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.26" />
31+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.29" />
3232
</ItemGroup>
3333
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
34-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.15" />
34+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.18" />
3535
</ItemGroup>
3636
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
37-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.1" />
37+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
3838
</ItemGroup>
3939

4040
</Project>

0 commit comments

Comments
 (0)