From ec393d92970ea5d8c1184b31fe8b75b57b9481b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:01:05 +0000 Subject: [PATCH] build(deps): Bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET) | `1.6.19` | `1.6.21` | | [MinVer](https://github.com/adamralph/minver) | `5.0.0` | `6.0.0` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` | | [Moq](https://github.com/moq/moq) | `4.20.70` | `4.20.72` | | [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `3.9.0` | `3.10.0` | | [H.Resources.Generator](https://github.com/HavenDV/H.Resources.Generator) | `1.6.0` | `1.6.1` | | [Verify.MSTest](https://github.com/VerifyTests/Verify) | `26.3.1` | `26.4.2` | Updates `Microsoft.OpenApi.Readers` from 1.6.19 to 1.6.21 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](https://github.com/Microsoft/OpenAPI.NET/compare/1.6.19...1.6.21) Updates `MinVer` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamralph/minver/compare/5.0.0...6.0.0) Updates `FluentAssertions` from 6.12.0 to 6.12.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1 - [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.0...v17.11.1) Updates `Moq` from 4.20.70 to 4.20.72 - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md) - [Commits](https://github.com/moq/moq/compare/v4.20.70...v4.20.72) Updates `Testcontainers` from 3.9.0 to 3.10.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/3.9.0...3.10.0) Updates `H.Resources.Generator` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/HavenDV/H.Resources.Generator/releases) - [Commits](https://github.com/HavenDV/H.Resources.Generator/commits) Updates `Verify.MSTest` from 26.3.1 to 26.4.2 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/26.3.1...26.4.2) --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MinVer dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: H.Resources.Generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Verify.MSTest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj | 2 +- src/libs/Directory.Build.props | 2 +- .../Ollama.IntegrationTests.csproj | 8 ++++---- .../Ollama.SnapshotTests/Ollama.SnapshotTests.csproj | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj b/src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj index 3de5446..ad485d8 100644 --- a/src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj +++ b/src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 418a542..499ae46 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj b/src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj index 2fd974f..085d119 100644 --- a/src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj +++ b/src/tests/Ollama.IntegrationTests/Ollama.IntegrationTests.csproj @@ -9,12 +9,12 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - + + diff --git a/src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj b/src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj index 6ce8733..447c308 100644 --- a/src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj +++ b/src/tests/Ollama.SnapshotTests/Ollama.SnapshotTests.csproj @@ -10,14 +10,14 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + @@ -28,7 +28,7 @@ - +