Skip to content

Commit

Permalink
Merge pull request #732 from GDATASoftwareAG/renovate/dotnet/all-non-…
Browse files Browse the repository at this point in the history
…major

dotnet: Update dependency System.IdentityModel.Tokens.Jwt to v8.6.0
  • Loading branch information
lennartdohmann authored Feb 24, 2025
2 parents b30795b + 05daa7d commit 713392a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet/Vaas/src/Vaas/Vaas.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.18</Version>
<Version>0.0.19</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
Expand All @@ -28,8 +28,8 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
<PackageReference Include="Websocket.Client" Version="5.1.2" />
</ItemGroup>

Expand Down

0 comments on commit 713392a

Please sign in to comment.