From 85c5a27e4a28494a83c2d46fa045a8e198da0e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:56:34 +0000 Subject: [PATCH] Bump the dotnet group with 15 updates Bumps coverlet.collector from 6.0.4 to 8.0.0 Bumps Elastic.Clients.Elasticsearch from 9.3.0 to 9.3.1 Bumps Microsoft.Extensions.Configuration from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Configuration.Json from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.DependencyModel from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Hosting from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Logging from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.2 to 10.0.3 Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 Bumps MongoDB.Driver from 3.6.0 to 3.7.0 Bumps Pulsar.Client from 3.13.3 to 3.13.4 Bumps Swashbuckle.AspNetCore.Swagger from 10.1.2 to 10.1.4 Bumps Swashbuckle.AspNetCore.SwaggerGen from 10.1.2 to 10.1.4 Bumps Swashbuckle.AspNetCore.SwaggerUI from 10.1.2 to 10.1.4 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.DependencyModel dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: MongoDB.Driver dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Pulsar.Client dependency-version: 3.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.Swagger dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.SwaggerGen dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.SwaggerUI dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../EventHorizon.EventStore.Benchmark.csproj | 2 +- .../EventHorizon.EventSourcing.Samples.csproj | 8 ++++---- .../EventHorizon.EventStreaming.Samples.csproj | 2 +- .../EventHorizon.Abstractions.csproj | 4 ++-- .../EventHorizon.EventStore.ElasticSearch.csproj | 2 +- .../EventHorizon.EventStore.MongoDb.csproj | 2 +- .../EventHorizon.EventStore.csproj | 10 +++++----- .../EventHorizon.EventStreaming.Pulsar.csproj | 2 +- .../EventHorizon.EventStreaming.csproj | 10 +++++----- .../EventHorizon.EventSourcing.Test.csproj | 4 ++-- .../EventHorizon.EventStore.Test.csproj | 6 +++--- .../EventHorizon.EventStreaming.Test.csproj | 6 +++--- 12 files changed, 29 insertions(+), 29 deletions(-) diff --git a/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj b/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj index d24a25e..729319d 100644 --- a/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj +++ b/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj b/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj index 287763a..8424b41 100644 --- a/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj +++ b/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj @@ -9,11 +9,11 @@ - + - - - + + + diff --git a/samples/EventHorizon.EventStreaming.Samples/EventHorizon.EventStreaming.Samples.csproj b/samples/EventHorizon.EventStreaming.Samples/EventHorizon.EventStreaming.Samples.csproj index 85cd594..94aadf8 100644 --- a/samples/EventHorizon.EventStreaming.Samples/EventHorizon.EventStreaming.Samples.csproj +++ b/samples/EventHorizon.EventStreaming.Samples/EventHorizon.EventStreaming.Samples.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/EventHorizon.Abstractions/EventHorizon.Abstractions.csproj b/src/EventHorizon.Abstractions/EventHorizon.Abstractions.csproj index 057c379..c297bfb 100644 --- a/src/EventHorizon.Abstractions/EventHorizon.Abstractions.csproj +++ b/src/EventHorizon.Abstractions/EventHorizon.Abstractions.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/EventHorizon.EventStore.ElasticSearch/EventHorizon.EventStore.ElasticSearch.csproj b/src/EventHorizon.EventStore.ElasticSearch/EventHorizon.EventStore.ElasticSearch.csproj index 5680bdd..50f24aa 100644 --- a/src/EventHorizon.EventStore.ElasticSearch/EventHorizon.EventStore.ElasticSearch.csproj +++ b/src/EventHorizon.EventStore.ElasticSearch/EventHorizon.EventStore.ElasticSearch.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/EventHorizon.EventStore.MongoDb/EventHorizon.EventStore.MongoDb.csproj b/src/EventHorizon.EventStore.MongoDb/EventHorizon.EventStore.MongoDb.csproj index d159564..046e09a 100644 --- a/src/EventHorizon.EventStore.MongoDb/EventHorizon.EventStore.MongoDb.csproj +++ b/src/EventHorizon.EventStore.MongoDb/EventHorizon.EventStore.MongoDb.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj b/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj index 9bd23d3..a62be48 100644 --- a/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj +++ b/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj b/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj index dc1cf47..a80fb46 100644 --- a/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj +++ b/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj b/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj index 525a9ce..1a909ee 100644 --- a/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj +++ b/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/test/EventHorizon.EventSourcing.Test/EventHorizon.EventSourcing.Test.csproj b/test/EventHorizon.EventSourcing.Test/EventHorizon.EventSourcing.Test.csproj index 604b823..b37e625 100644 --- a/test/EventHorizon.EventSourcing.Test/EventHorizon.EventSourcing.Test.csproj +++ b/test/EventHorizon.EventSourcing.Test/EventHorizon.EventSourcing.Test.csproj @@ -10,13 +10,13 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj b/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj index 12b755b..a102d65 100644 --- a/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj +++ b/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj @@ -9,8 +9,8 @@ - - + + @@ -18,7 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj b/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj index aa916e6..1f10052 100644 --- a/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj +++ b/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj @@ -9,8 +9,8 @@ - - + + @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all