Skip to content

Commit e6d94ab

Browse files
chore(deps): update dependency masstransit to v8.2.1 (#656)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [MassTransit](https://masstransit.io/) ([source](https://togithub.com/MassTransit/MassTransit)) | `8.2.0` -> `8.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/MassTransit/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MassTransit/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MassTransit/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MassTransit/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/digdir/dialogporten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1adf075 commit e6d94ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Digdir.Domain.Dialogporten.ChangeDataCapture/Digdir.Domain.Dialogporten.ChangeDataCapture.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Azure.Identity" Version="1.11.1" />
13-
<PackageReference Include="MassTransit" Version="8.2.0" />
13+
<PackageReference Include="MassTransit" Version="8.2.1" />
1414
<PackageReference Include="Npgsql" Version="8.0.2" />
1515
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.1.0" />
1616
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />

src/Digdir.Domain.Dialogporten.Service/Digdir.Domain.Dialogporten.Service.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="MassTransit" Version="8.2.0" />
12+
<PackageReference Include="MassTransit" Version="8.2.1" />
1313
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
1414
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
1515
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />

0 commit comments

Comments
 (0)