Skip to content

Commit

Permalink
Bump the tests group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the tests group with 2 updates in the / directory: [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) and [coverlet.collector](https://github.com/coverlet-coverage/coverlet).


Updates `MessagePack` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v3.1.0...v3.1.1)

Updates `coverlet.collector` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: MessagePack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent a54d181 commit 56b5152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="EasyCaching.Bus.Redis" Version="1.9.2"/>
<PackageReference Include="EasyCaching.Serialization.MessagePack" Version="1.9.2"/>
<PackageReference Include="EasyCaching.Serialization.SystemTextJson" Version="1.9.2"/>
<PackageReference Include="MessagePack" Version="3.1.0"/>
<PackageReference Include="MessagePack" Version="3.1.1"/>
<PackageReference Include="StackExchange.Redis" Version="2.8.24"/>

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
<PackageReference Include="coverlet.collector" Version="6.0.3"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2"/>
Expand Down

0 comments on commit 56b5152

Please sign in to comment.