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 00f2cc410c3 Bump Microsoft.Extensions.Logging.Console from 9.0.11 to 
9.0.13 (#7579)
00f2cc410c3 is described below

commit 00f2cc410c37d6f1b1d965a53f49580dc26a3ef4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 12:25:23 2026 +0200

    Bump Microsoft.Extensions.Logging.Console from 9.0.11 to 9.0.13 (#7579)
    
    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 0fd677a47a8..a8bb1405aa4 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.11" />
+        <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="9.0.13" />
     </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 35df76d1827..502a45846a7 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.11" />
+        <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="9.0.13" />
 
         <!-- Test-only dependency to use as a reference implementation. -->
         <PackageReference Include="MessagePack" Version="2.5.198" />

Reply via email to