From 2e0905ede374bc50e5645e318d7f7c224e0f0316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:53:15 +0000 Subject: [PATCH] Bump NServiceBus from 8.1.3 to 8.1.4 (#3010) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump NServiceBus from 8.1.3 to 8.1.4 Bumps [NServiceBus](https://github.com/Particular/NServiceBus) from 8.1.3 to 8.1.4. - [Release notes](https://github.com/Particular/NServiceBus/releases) - [Commits](https://github.com/Particular/NServiceBus/compare/8.1.3...8.1.4) --- updated-dependencies: - dependency-name: NServiceBus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Genereated files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 622555b97..f9655ee01 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -119,7 +119,7 @@ public static class LibraryVersion new List { new("8.0.0"), - new("8.1.3"), + new("8.1.4"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index dcfee43ab..368930f02 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -30,7 +30,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index a09ec42de..8bb35b847 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -130,7 +130,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "8.0.0" }, - new object[] { "8.1.3" }, + new object[] { "8.1.4" }, #endif }; public static readonly IReadOnlyCollection Quartz = new List