Skip to content

Commit

Permalink
Bump MassTransit.Azure.ServiceBus.Core and MassTransit.Abstractions
Browse files Browse the repository at this point in the history
Bumps [MassTransit.Azure.ServiceBus.Core](https://github.com/MassTransit/MassTransit) and [MassTransit.Abstractions](https://github.com/MassTransit/MassTransit). These dependencies needed to be updated together.

Updates `MassTransit.Azure.ServiceBus.Core` from 8.1.2 to 8.1.3
- [Commits](MassTransit/MassTransit@v8.1.2...v8.1.3)

Updates `MassTransit.Abstractions` from 8.1.2 to 8.1.3
- [Commits](MassTransit/MassTransit@v8.1.2...v8.1.3)

---
updated-dependencies:
- dependency-name: MassTransit.Azure.ServiceBus.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MassTransit.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 76cf1f9 commit c599983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />

<PackageReference Include="MassTransit.AspNetCore" Version="7.3.1" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.2" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.3" />

<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.0.0" />

Expand Down
2 changes: 1 addition & 1 deletion src/web/Jordnaer/Jordnaer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />

<PackageReference Include="MassTransit.AspNetCore" Version="7.3.1" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.2" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.3" />

<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.0.0" />

Expand Down

0 comments on commit c599983

Please sign in to comment.