Skip to content

Commit

Permalink
Bump NServiceBus from 8.1.3 to 8.1.4 (#3010)
Browse files Browse the repository at this point in the history
* 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](Particular/NServiceBus@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] <[email protected]>

* Genereated files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
dependabot[bot] and Kielek authored Oct 16, 2023
1 parent ccc6622 commit 2e0905e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("8.1.3"),
new("8.1.4"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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[]>
Expand Down

0 comments on commit 2e0905e

Please sign in to comment.