Skip to content

Commit

Permalink
Bump MediatR from 10.0.0 to 10.0.1 (#1267)
Browse files Browse the repository at this point in the history
* Bump MediatR from 10.0.0 to 10.0.1

Bumps [MediatR](https://github.com/jbogard/MediatR) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v10.0.0...v10.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update DI packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will Sugarman <[email protected]>
  • Loading branch information
dependabot[bot] and wsugarman authored Jan 10, 2022
1 parent e88b73e commit 59eaadc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Ensure.That" Version="10.1.0" />
<PackageReference Include="fo-dicom" Version="$(FoDicomVersion)" />
<PackageReference Include="fo-dicom.Json" Version="$(FoDicomVersion)" NoWarn="NU1701" />
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="$(AspNetApiPackageVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Ensure.That" Version="10.1.0" />
<PackageReference Include="fo-dicom" Version="$(FoDicomVersion)" />
<PackageReference Include="fo-dicom.Json" Version="$(FoDicomVersion)" NoWarn="NU1701" />
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="$(SdkPackageVersion)" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(SdkPackageVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Azure.Core" Version="1.21.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Include="Ensure.That" Version="10.1.0" />
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="fo-dicom" Version="$(FoDicomVersion)" />
<PackageReference Include="fo-dicom.Json" Version="$(FoDicomVersion)" NoWarn="NU1701" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
Expand Down

0 comments on commit 59eaadc

Please sign in to comment.