Skip to content

Commit

Permalink
Bump MediatR in /generators/server/templates/dotnetcore/src (#1238)
Browse files Browse the repository at this point in the history
Bumps [MediatR](https://github.com/jbogard/MediatR) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v11.0.0...v11.1.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent f8f7a64 commit 3b842bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageVersion Include="JHipsterNet.Web" Version="$(JHipsterNetPackageVersion)" />
<PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<%_ if (cqrsEnabled) { _%>
<PackageVersion Include="MediatR" Version="11.0.0" />
<PackageVersion Include="MediatR" Version="11.1.0" />
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<%_ } _%>
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
Expand Down

0 comments on commit 3b842bb

Please sign in to comment.