From 38caf48be3b5e4140344b4cd33392286f354e35e Mon Sep 17 00:00:00 2001 From: Klaus Fischer <klaus.fischer@eloware.com> Date: Wed, 5 Oct 2022 13:04:08 +0200 Subject: [PATCH] Update dependencies --- .idea/.idea.FitConnect/.idea/.name | 1 + IntegrationTests/IntegrationTests.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.FitConnect/.idea/.name diff --git a/.idea/.idea.FitConnect/.idea/.name b/.idea/.idea.FitConnect/.idea/.name new file mode 100644 index 00000000..04b5af4f --- /dev/null +++ b/.idea/.idea.FitConnect/.idea/.name @@ -0,0 +1 @@ +FitConnect \ No newline at end of file diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index 436a6021..b72a272c 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -13,7 +13,7 @@ <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> - <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.21.0" /> + <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.22.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> <PackageReference Include="NUnit" Version="3.13.2" /> <PackageReference Include="NUnit3TestAdapter" Version="4.0.0" /> -- GitLab