Skip to content

Commit 02c88ba

Browse files
Bump Moq from 4.18.2 to 4.18.3 (#2027)
Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.3. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](devlooped/moq@v4.18.2...v4.18.3) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 406461c commit 02c88ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Autofac.Extras.Moq" Version="6.1.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
13-
<PackageReference Include="Moq" Version="4.18.2" />
13+
<PackageReference Include="Moq" Version="4.18.3" />
1414
<PackageReference Include="Moq.Analyzers" Version="0.0.9">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Autofac.Extras.Moq" Version="6.1.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
13-
<PackageReference Include="Moq" Version="4.18.2" />
13+
<PackageReference Include="Moq" Version="4.18.3" />
1414
<PackageReference Include="Moq.Analyzers" Version="0.0.9">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)