This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new a2cd44cd787 IGNITE-22308 .NET: Update vulnerable Newtonsoft.Json
(#11359)
a2cd44cd787 is described below
commit a2cd44cd7873f5104253434f15eb740d98f20a51
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Thu May 23 09:53:16 2024 +0300
IGNITE-22308 .NET: Update vulnerable Newtonsoft.Json (#11359)
---
.../dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
index d6223a18ffc..793821f30df 100644
---
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
+++
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
@@ -31,7 +31,7 @@
<PackageReference Include="NLog" Version="4.5.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.12.0" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit.Extension.TeamCityEventListener"
Version="1.0.7" />
<ProjectReference
Include="..\Apache.Ignite.Core\Apache.Ignite.Core.csproj" />