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 58477dfccb Bump MessagePack from 2.5.187 to 2.5.192 in
/modules/platforms/dotnet (#4708)
58477dfccb is described below
commit 58477dfccb11889c48f41a16f533cac99533236f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 10:50:07 2024 +0200
Bump MessagePack from 2.5.187 to 2.5.192 in /modules/platforms/dotnet
(#4708)
Bumps
[MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from
2.5.187 to 2.5.192.
- [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/commits)
---
updated-dependencies:
- dependency-name: MessagePack
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 68a1855f77..17a10985fa 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.187" />
+ <PackageReference Include="MessagePack" Version="2.5.192" />
</ItemGroup>
<ItemGroup>