From 4c6fd4518ab0d10fced5738f4f4448aae2f97dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:38:27 +0000 Subject: [PATCH] chore(deps): bump the default group across 1 directory with 9 updates Bumps the default group with 9 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.11` | | [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.11` | | [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.10` | `8.0.11` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` | | [System.Json](https://github.com/dotnet/maintenance-packages) | `4.7.1` | `4.8.0` | 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) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.10...v8.0.11) Updates `Testcontainers.PostgreSql` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.10 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.10...v8.0.11) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.10 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.10...v8.0.11) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.10...v8.0.11) Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](https://github.com/npgsql/efcore.pg/compare/v8.0.10...v8.0.11) Updates `Microsoft.AspNetCore.OpenApi` from 8.0.10 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.10...v8.0.11) Updates `System.Json` from 4.7.1 to 4.8.0 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Testcontainers.PostgreSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: System.Json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- src/database/Dim.DbAccess/Dim.DbAccess.csproj | 2 +- src/database/Dim.Entities/Dim.Entities.csproj | 4 ++-- src/database/Dim.Migrations/Dim.Migrations.csproj | 2 +- src/web/Dim.Web/Dim.Web.csproj | 4 ++-- tests/clients/Dim.Clients.Tests/Dim.Clients.Tests.csproj | 2 +- tests/database/Dim.DbAccess.Tests/Dim.DbAccess.Tests.csproj | 6 +++--- .../DimProcess.Executor.Tests.csproj | 2 +- .../DimProcess.Library.Tests.csproj | 2 +- .../Processes.Library.Tests/Processes.Library.Tests.csproj | 2 +- .../Processes.Worker.Library.Tests.csproj | 2 +- tests/web/Dim.Web.Tests/Dim.Web.Tests.csproj | 6 +++--- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/database/Dim.DbAccess/Dim.DbAccess.csproj b/src/database/Dim.DbAccess/Dim.DbAccess.csproj index 689cfae..fdb9fcb 100644 --- a/src/database/Dim.DbAccess/Dim.DbAccess.csproj +++ b/src/database/Dim.DbAccess/Dim.DbAccess.csproj @@ -29,7 +29,7 @@ - + diff --git a/src/database/Dim.Entities/Dim.Entities.csproj b/src/database/Dim.Entities/Dim.Entities.csproj index 6d639a4..dfbf9a3 100644 --- a/src/database/Dim.Entities/Dim.Entities.csproj +++ b/src/database/Dim.Entities/Dim.Entities.csproj @@ -29,11 +29,11 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/database/Dim.Migrations/Dim.Migrations.csproj b/src/database/Dim.Migrations/Dim.Migrations.csproj index 611aa2b..37075ae 100644 --- a/src/database/Dim.Migrations/Dim.Migrations.csproj +++ b/src/database/Dim.Migrations/Dim.Migrations.csproj @@ -36,7 +36,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/web/Dim.Web/Dim.Web.csproj b/src/web/Dim.Web/Dim.Web.csproj index e560fbd..f11b81a 100644 --- a/src/web/Dim.Web/Dim.Web.csproj +++ b/src/web/Dim.Web/Dim.Web.csproj @@ -13,9 +13,9 @@ - + - + diff --git a/tests/clients/Dim.Clients.Tests/Dim.Clients.Tests.csproj b/tests/clients/Dim.Clients.Tests/Dim.Clients.Tests.csproj index 587ea52..0b368ee 100644 --- a/tests/clients/Dim.Clients.Tests/Dim.Clients.Tests.csproj +++ b/tests/clients/Dim.Clients.Tests/Dim.Clients.Tests.csproj @@ -28,7 +28,7 @@ Dim.Clients.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/database/Dim.DbAccess.Tests/Dim.DbAccess.Tests.csproj b/tests/database/Dim.DbAccess.Tests/Dim.DbAccess.Tests.csproj index 20c1962..97d5f52 100644 --- a/tests/database/Dim.DbAccess.Tests/Dim.DbAccess.Tests.csproj +++ b/tests/database/Dim.DbAccess.Tests/Dim.DbAccess.Tests.csproj @@ -30,10 +30,10 @@ - - + + - + diff --git a/tests/processes/DimProcess.Executor.Tests/DimProcess.Executor.Tests.csproj b/tests/processes/DimProcess.Executor.Tests/DimProcess.Executor.Tests.csproj index 7bbd8b6..f5e2f20 100644 --- a/tests/processes/DimProcess.Executor.Tests/DimProcess.Executor.Tests.csproj +++ b/tests/processes/DimProcess.Executor.Tests/DimProcess.Executor.Tests.csproj @@ -28,7 +28,7 @@ DimProcess.Executor.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/DimProcess.Library.Tests/DimProcess.Library.Tests.csproj b/tests/processes/DimProcess.Library.Tests/DimProcess.Library.Tests.csproj index 507904f..1467fa9 100644 --- a/tests/processes/DimProcess.Library.Tests/DimProcess.Library.Tests.csproj +++ b/tests/processes/DimProcess.Library.Tests/DimProcess.Library.Tests.csproj @@ -28,7 +28,7 @@ DimProcess.Library.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj index 4830b8c..0b84812 100644 --- a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj +++ b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj @@ -28,7 +28,7 @@ Dim.Processes.Library.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj index 8f6843a..cdd3876 100644 --- a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj +++ b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj @@ -28,7 +28,7 @@ Processes.Worker.Library.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/web/Dim.Web.Tests/Dim.Web.Tests.csproj b/tests/web/Dim.Web.Tests/Dim.Web.Tests.csproj index 8da6773..2a6d482 100644 --- a/tests/web/Dim.Web.Tests/Dim.Web.Tests.csproj +++ b/tests/web/Dim.Web.Tests/Dim.Web.Tests.csproj @@ -28,9 +28,9 @@ Dim.Web.Tests - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive