Bump MassTransit from 8.0.14 to 8.0.15 (#2494)

* Bump MassTransit from 8.0.14 to 8.0.15

Bumps [MassTransit](https://github.com/MassTransit/MassTransit) from 8.0.14 to 8.0.15.
- [Release notes](https://github.com/MassTransit/MassTransit/releases)
- [Commits](https://github.com/MassTransit/MassTransit/compare/v8.0.14...v8.0.15)

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

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

* Generated 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-04-26 07:09:55 +00:00 committed by GitHub
parent e32ab1ef6e
commit 0bacb899db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ public static class LibraryVersion
new List<string>
{
"8.0.0",
"8.0.14",
"8.0.15",
}
},
{

View File

@ -12,7 +12,7 @@
<PackageVersion Include="Grpc.Net.Client" Version="2.52.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.52.0" />
<PackageVersion Include="Grpc.Tools" Version="2.51.0" />
<PackageVersion Include="MassTransit" Version="8.0.14" />
<PackageVersion Include="MassTransit" Version="8.0.15" />
<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" />

View File

@ -64,7 +64,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.0.14" },
new object[] { "8.0.15" },
#endif
};
public static readonly IReadOnlyCollection<object[]> SqlClient = new List<object[]>