Bump NServiceBus from 8.1.3 to 8.1.4 (#3010)

* 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] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
dependabot[bot] 2023-10-16 13:53:15 +00:00 committed by GitHub
parent ccc66221e5
commit 2e0905ede3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("8.1.3"),
new("8.1.4"),
}
},
{

View File

@ -30,7 +30,7 @@
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="MySqlConnector" Version="2.2.7" />
<PackageVersion Include="MySql.Data" Version="8.1.0" />
<PackageVersion Include="NServiceBus" Version="8.1.3" />
<PackageVersion Include="NServiceBus" Version="8.1.4" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Npgsql" Version="7.0.6" />
<PackageVersion Include="NuGet.Versioning" Version="6.5.0" />

View File

@ -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<object[]> Quartz = new List<object[]>