Skip to content

Commit f8a2c79

Browse files
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson and Newtonsoft.Json
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 6.0.0 to 6.0.36 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.0...v6.0.36) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.1) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdd9cd4 commit f8a2c79

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

AdminUI/LearningHub.Nhs.AdminUI/LearningHub.Nhs.AdminUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.45" />
9696
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
9797
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0" />
98-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
98+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
9999
<PackageReference Include="Microsoft.Azure.Management.Media" Version="5.0.0" />
100100
<PackageReference Include="Microsoft.FeatureManagement" Version="3.2.0" />
101101
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.2.0" />

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
117117
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.21.0" />
118118
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0" />
119-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
119+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
120120
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.11" />
121121

122122
<PackageReference Include="Microsoft.Azure.Management.Media" Version="5.0.0" />

ReportAPI/LearningHub.Nhs.ReportApi.Services/LearningHub.Nhs.ReportApi.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.11.0" />
2121
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.1" />
2222
<PackageReference Include="LearningHub.Nhs.Models" Version="2.1.12" />
23-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.10" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
2525
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
2626
</ItemGroup>

ReportAPI/LearningHub.Nhs.ReportApi/LearningHub.Nhs.ReportApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
2626

27-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.10" />
27+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
2828

2929
<PackageReference Include="NLog.Web.AspNetCore" Version="5.1.4" />
3030

WebAPI/LearningHub.Nhs.API/LearningHub.Nhs.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
3232
<PackageReference Include="LearningHub.Nhs.Caching" Version="2.0.0" />
3333
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.45" />
34-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
34+
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
3535
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
36-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
36+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
3737
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
3838
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
3939
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />

0 commit comments

Comments
 (0)