From fcbd9099da12341aaff3f891871273bc0f0652f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 11:58:43 +0000 Subject: [PATCH] Bump the dotnet group with 16 updates Bumps coverlet.collector from 10.0.0 to 10.0.1 Bumps Elastic.Clients.Elasticsearch from 9.3.6 to 9.4.1 Bumps Microsoft.Extensions.Configuration from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Configuration.Json from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.DependencyModel from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Hosting from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Logging from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.7 to 10.0.8 Bumps Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 Bumps MongoDB.Driver from 3.8.0 to 3.9.0 Bumps Pulsar.Client from 3.15.1 to 3.16.0 Bumps Pulsar.Client.Otel from 1.0.0 to 1.1.0 Bumps Swashbuckle.AspNetCore.Swagger from 10.1.7 to 10.2.0 Bumps Swashbuckle.AspNetCore.SwaggerGen from 10.1.7 to 10.2.0 Bumps Swashbuckle.AspNetCore.SwaggerUI from 10.1.7 to 10.2.0 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.DependencyModel dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: MongoDB.Driver dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Pulsar.Client dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Pulsar.Client.Otel dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.Swagger dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.SwaggerGen dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore.SwaggerUI dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 4 ++-- .../EventHorizon.EventStreaming.csproj | 10 +++++----- .../EventHorizon.EventSourcing.Test.csproj | 4 ++-- .../EventHorizon.EventStore.Test.csproj | 6 +++--- .../EventHorizon.EventStreaming.Test.csproj | 6 +++--- 12 files changed, 30 insertions(+), 30 deletions(-) diff --git a/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj b/benchmark/EventHorizon.EventStore.Benchmark/EventHorizon.EventStore.Benchmark.csproj index 5668078..ef79b1d 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 1abefc9..d20c267 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 9f92652..54498ae 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 b36e9d2..4751920 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 65101c0..fcb4078 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 9a6a98f..4a650db 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 a34ea01..c7e7ccd 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 ca34981..4a1e45e 100644 --- a/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj +++ b/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj b/src/EventHorizon.EventStreaming/EventHorizon.EventStreaming.csproj index c901e87..bbac1e5 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 ce52ac1..19cf5af 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 260a43c..183aa8f 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 c07a1d9..1a9c30f 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