This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new b4f23a811a Bump MessagePack in
/modules/platforms/dotnet/Apache.Ignite.Tests (#4593)
b4f23a811a is described below
commit b4f23a811a65c862ea2c963005b40d0ca02e8d85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 11:41:33 2024 +0300
Bump MessagePack in /modules/platforms/dotnet/Apache.Ignite.Tests (#4593)
Bumps
[MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from
2.5.172 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](https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.172...v2.5.187)
---
updated-dependencies:
- dependency-name: MessagePack
dependency-type: direct:production
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
b/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
index e55b730468..dbb8413389 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
@@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="8.0.1" />
<!-- Test-only dependency to use as a reference implementation. -->
- <PackageReference Include="MessagePack" Version="2.5.172" />
+ <PackageReference Include="MessagePack" Version="2.5.187" />
</ItemGroup>
<ItemGroup>