From b0f117a4b669fe4b1475138b6dbb6bde3a247d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:01:28 +0000 Subject: [PATCH] Package Dependencies: Bump the microsoft group with 5 updates Bumps the microsoft group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.11` | | [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.11` | | [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.11` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.11` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.8 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.11) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.8 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.11) Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 8.0.8 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.11) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.8 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.11) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- PeakLims/src/PeakLims/PeakLims.csproj | 4 ++-- .../PeakLims.FunctionalTests.csproj | 6 +++--- .../PeakLims.IntegrationTests.csproj | 4 ++-- PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj | 4 ++-- PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PeakLims/src/PeakLims/PeakLims.csproj b/PeakLims/src/PeakLims/PeakLims.csproj index dd9ece05..7afff598 100644 --- a/PeakLims/src/PeakLims/PeakLims.csproj +++ b/PeakLims/src/PeakLims/PeakLims.csproj @@ -29,7 +29,7 @@ - + all @@ -39,7 +39,7 @@ - + diff --git a/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj b/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj index 09d37b15..cdf6f9d2 100644 --- a/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj +++ b/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj @@ -17,9 +17,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj b/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj index d1cc86d4..99f1ea27 100644 --- a/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj +++ b/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj @@ -15,7 +15,7 @@ - + all @@ -30,7 +30,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj b/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj index 8913623b..e158400a 100644 --- a/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj +++ b/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj b/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj index cc1a1af8..ad200629 100644 --- a/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj +++ b/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj @@ -10,7 +10,7 @@ - +