Skip to content

Commit

Permalink
Bump MessagePack from 3.0.300 to 3.1.0 in /src
Browse files Browse the repository at this point in the history
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 3.0.300 to 3.1.0.
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v3.0.300...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 4ba7f1f commit 7b19e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ErrorHelper.Tests/ErrorHelper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack">
<Version>3.0.300</Version>
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.IO.Redist">
<Version>6.1.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/ErrorHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack">
<Version>3.0.300</Version>
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.ApplicationInsights">
<Version>2.22.0</Version>
Expand Down

0 comments on commit 7b19e15

Please sign in to comment.