Skip to content

Commit 0f5f422

Browse files
ata-no-oneRenovate Bot
andauthored
dotnet: Update dependency System.IdentityModel.Tokens.Jwt to v8.6.1 (#742)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b82f786 commit 0f5f422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotnet/Vaas/src/Vaas/Vaas.csproj

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

33
<PropertyGroup>
4-
<Version>0.0.19</Version>
4+
<Version>0.0.20</Version>
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66
<TargetFramework>net8.0</TargetFramework>
77
<Nullable>enable</Nullable>
@@ -28,8 +28,8 @@
2828
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
2929
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />
3030
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.2" />
31-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
32-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
31+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.1" />
32+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.1" />
3333
<PackageReference Include="Websocket.Client" Version="5.1.2" />
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)