Skip to content

Commit

Permalink
Bump MessagePack from 2.5.171 to 2.5.187
Browse files Browse the repository at this point in the history
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.5.171 to 2.5.187.
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.171...v2.5.187)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 85ac61c commit 4d52eda
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 @@ -8,7 +8,7 @@
<InternalsVisibleTo Include="Stebet.SignalR.NATS.Tests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Stebet.SignalR.NATS\Stebet.SignalR.NATS.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Stebet.SignalR.NATS/Stebet.SignalR.NATS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
<PackageReference Include="MessagePack" Version="2.5.171" />
<PackageReference Include="MessagePack" Version="2.5.187" />
<PackageReference Include="NATS.Net" Version="2.3.2" />
</ItemGroup>

Expand Down

0 comments on commit 4d52eda

Please sign in to comment.