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 c43dcb286a4 Bump Microsoft.Extensions.Logging.Console from 9.0.13 to
9.0.14 (#7760)
c43dcb286a4 is described below
commit c43dcb286a4897e58aa048f74ec22f517d75ac14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 00:39:46 2026 +0200
Bump Microsoft.Extensions.Logging.Console from 9.0.13 to 9.0.14 (#7760)
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
.../Apache.Ignite.Internal.ComputeExecutor.csproj | 2 +-
modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/modules/platforms/dotnet/Apache.Ignite.Internal.ComputeExecutor/Apache.Ignite.Internal.ComputeExecutor.csproj
b/modules/platforms/dotnet/Apache.Ignite.Internal.ComputeExecutor/Apache.Ignite.Internal.ComputeExecutor.csproj
index a8bb1405aa4..f887c923c7e 100644
---
a/modules/platforms/dotnet/Apache.Ignite.Internal.ComputeExecutor/Apache.Ignite.Internal.ComputeExecutor.csproj
+++
b/modules/platforms/dotnet/Apache.Ignite.Internal.ComputeExecutor/Apache.Ignite.Internal.ComputeExecutor.csproj
@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="9.0.13" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="9.0.14" />
</ItemGroup>
</Project>
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 502a45846a7..f5167ec7b8b 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Tests/Apache.Ignite.Tests.csproj
@@ -33,7 +33,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
- <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="9.0.13" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Console"
Version="9.0.14" />
<!-- Test-only dependency to use as a reference implementation. -->
<PackageReference Include="MessagePack" Version="2.5.198" />