From 261682b29ace2f91100b293b4272aa63e85136ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:34:45 +0000 Subject: [PATCH 1/2] Bump NServiceBus from 8.1.1 to 8.1.2 Bumps [NServiceBus](https://github.com/Particular/NServiceBus) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/Particular/NServiceBus/releases) - [Commits](https://github.com/Particular/NServiceBus/compare/8.1.1...8.1.2) --- updated-dependencies: - dependency-name: NServiceBus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index d5b51c7017..bd27c26b47 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -30,7 +30,7 @@ - + From 80c4f58dc241ad91fa209028e8570158f849a38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Tue, 5 Sep 2023 14:37:55 +0200 Subject: [PATCH 2/2] Generated files --- build/LibraryVersions.g.cs | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 2160fee56e..1c16fabdea 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.1"), + new("8.1.2"), } }, { diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index f979edf4db..ecc0d28610 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.1" }, + new object[] { "8.1.2" }, #endif }; public static readonly IReadOnlyCollection Quartz = new List