Skip to content

Commit

Permalink
Bump MassTransit from 8.1.0 to 8.1.1 (open-telemetry#2987)
Browse files Browse the repository at this point in the history
* Bump MassTransit from 8.1.0 to 8.1.1

Bumps [MassTransit](https://github.com/MassTransit/MassTransit) from 8.1.0 to 8.1.1.
- [Commits](https://github.com/MassTransit/MassTransit/commits)

---
updated-dependencies:
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Generate 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>
  • Loading branch information
dependabot[bot] and Kielek authored Oct 2, 2023
1 parent 9ccd217 commit 16d46f0
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 @@ -68,7 +68,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("8.1.0"),
new("8.1.1"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="Grpc.Net.Client" Version="2.57.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.57.0" />
<PackageVersion Include="Grpc.Tools" Version="2.51.0" />
<PackageVersion Include="MassTransit" Version="8.1.0" />
<PackageVersion Include="MassTransit" Version="8.1.1" />
<PackageVersion Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.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 @@ -73,7 +73,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.1.0" },
new object[] { "8.1.1" },
#endif
};
public static readonly IReadOnlyCollection<object[]> SqlClient = new List<object[]>
Expand Down

0 comments on commit 16d46f0

Please sign in to comment.