From c5c2a54089b4cd4d6b6db348b274f40272609d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:00:22 +0000 Subject: [PATCH] Bump Elastic.Clients.Elasticsearch and 9 others 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 MongoDB.Driver from 3.8.0 to 3.8.1 Bumps Pulsar.Client from 3.15.1 to 3.15.2 --- updated-dependencies: - 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.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.Abstractions 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.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: MongoDB.Driver dependency-version: 3.8.1 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.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.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: Pulsar.Client dependency-version: 3.15.2 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 ... Signed-off-by: dependabot[bot] --- .../EventHorizon.EventStore.Benchmark.csproj | 2 +- .../EventHorizon.EventSourcing.Samples.csproj | 2 +- .../EventHorizon.EventStreaming.Samples.csproj | 2 +- .../EventHorizon.Abstractions.csproj | 4 ++-- .../EventHorizon.EventStore.ElasticSearch.csproj | 2 +- .../EventHorizon.EventStore.MongoDb.csproj | 2 +- .../EventHorizon.EventStore.csproj | 11 ++++++----- .../EventHorizon.EventStreaming.Pulsar.csproj | 2 +- .../EventHorizon.EventStreaming.csproj | 10 +++++----- .../EventHorizon.EventStore.Test.csproj | 7 ++++++- .../EventHorizon.EventStreaming.Test.csproj | 2 +- 11 files changed, 26 insertions(+), 20 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..7c8e282 100644 --- a/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj +++ b/samples/EventHorizon.EventSourcing.Samples/EventHorizon.EventSourcing.Samples.csproj @@ -9,7 +9,7 @@ - + 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..d43e3f0 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..ae51b74 100644 --- a/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj +++ b/src/EventHorizon.EventStore/EventHorizon.EventStore.csproj @@ -7,11 +7,12 @@ - - - - - + + + + + + diff --git a/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj b/src/EventHorizon.EventStreaming.Pulsar/EventHorizon.EventStreaming.Pulsar.csproj index ca34981..50dc510 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 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.EventStore.Test/EventHorizon.EventStore.Test.csproj b/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj index 260a43c..418f7df 100644 --- a/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj +++ b/test/EventHorizon.EventStore.Test/EventHorizon.EventStore.Test.csproj @@ -9,8 +9,13 @@ + + + + - + + diff --git a/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj b/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj index c07a1d9..7161e89 100644 --- a/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj +++ b/test/EventHorizon.EventStreaming.Test/EventHorizon.EventStreaming.Test.csproj @@ -10,7 +10,7 @@ - +