Skip to content

Commit 1e1cd2c

Browse files
chore(deps): bump MediatR from 12.1.0 to 12.1.1 (#129)
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](LuckyPennySoftware/MediatR@v12.1.0...v12.1.1) --- updated-dependencies: - dependency-name: MediatR dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ed3ca9 commit 1e1cd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cnblogs.Architecture.Ddd.Domain.Abstractions/Cnblogs.Architecture.Ddd.Domain.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MediatR" Version="12.1.0" />
17+
<PackageReference Include="MediatR" Version="12.1.1" />
1818
</ItemGroup>
1919

2020
</Project>

src/Cnblogs.Architecture.Ddd.EventBus.Abstractions/Cnblogs.Architecture.Ddd.EventBus.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</Description>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="MediatR" Version="12.1.0" />
9+
<PackageReference Include="MediatR" Version="12.1.1" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)