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 0beb4bdb73 Bump JetBrains.Annotations in /modules/platforms/dotnet 
(#4635)
0beb4bdb73 is described below

commit 0beb4bdb73c3384874107d42bb8739f2966a9e49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 29 09:53:57 2024 +0200

    Bump JetBrains.Annotations in /modules/platforms/dotnet (#4635)
    
    Bumps 
[JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) 
from 2024.2.0 to 2024.3.0.
    - 
[Commits](https://github.com/JetBrains/JetBrains.Annotations/compare/2024.2...2024.3)
    
    ---
    updated-dependencies:
    - dependency-name: JetBrains.Annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: Aleksandr Polovtsev <[email protected]>
    Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
 modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj 
b/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
index 52a631ad57..8df6c0517d 100644
--- a/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite/Apache.Ignite.csproj
@@ -34,7 +34,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="JetBrains.Annotations" Version="2024.2.0" 
PrivateAssets="all" />
+    <PackageReference Include="JetBrains.Annotations" Version="2024.3.0" 
PrivateAssets="all" />
     <PackageReference Include="NodaTime" Version="[3.*,)" />
     <PackageReference Include="Remotion.Linq" Version="2.2.0" />
     <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="[6.*,)" />

Reply via email to