From d9354b0f12194db0bf8f093c979a8d71cfe5fcbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:05:46 +0100 Subject: [PATCH] Bump System.IdentityModel.Tokens.Jwt from 7.4.0 to 7.4.1 (#47) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/Phoenix.Services/Phoenix.Services.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Phoenix.Services/Phoenix.Services.csproj b/src/Phoenix.Services/Phoenix.Services.csproj index b59f37d..e68aca8 100644 --- a/src/Phoenix.Services/Phoenix.Services.csproj +++ b/src/Phoenix.Services/Phoenix.Services.csproj @@ -28,7 +28,7 @@ <PackageReference Include="MediatR.Extensions.Autofac.DependencyInjection" Version="12.0.0" /> <PackageReference Include="Npgsql" Version="8.0.2" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" /> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.0" /> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.1" /> </ItemGroup> <ItemGroup>