Skip to content

Commit 09de433

Browse files
Bump Microsoft.AspNetCore.JsonPatch and Newtonsoft.Json
Bumps [Microsoft.AspNetCore.JsonPatch](https://github.com/dotnet/aspnetcore) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.JsonPatch` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.JsonPatch dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Newtonsoft.Json dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 005afb7 commit 09de433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Hyperbee.Json.Benchmark/Hyperbee.Json.Benchmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -18,7 +18,7 @@
1818
<PackageReference Include="JsonCons.JsonPath" Version="1.1.0" />
1919
<PackageReference Include="JsonPatch.Net" Version="3.3.0" />
2020
<PackageReference Include="JsonPath.Net" Version="2.1.1" />
21-
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.4" />
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)