From 0ec2cb8a0d9bcf4fd079f0a46f040131b17549bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:42:28 +0000 Subject: [PATCH] Bump the testcontainers group with 6 updates Bumps the testcontainers group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.2` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.2` | | [Testcontainers.Postgresql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.Azurite](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v8.0.2) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v8.0.2) 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 `Testcontainers.Azurite` 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 `Testcontainers.MsSql` 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 `Testcontainers.Redis` 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: testcontainers - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: testcontainers - dependency-name: Testcontainers.Postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.Azurite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.MsSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: Testcontainers.Redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers ... Signed-off-by: dependabot[bot] --- .../FluentCommand.PostgreSQL.Tests.csproj | 2 +- .../FluentCommand.SqlServer.Tests.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj index ec58d1d..11e5e18 100644 --- a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj +++ b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj @@ -31,7 +31,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj index 15341df..58edf68 100644 --- a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj +++ b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj @@ -35,9 +35,9 @@ - - - + + + all