Skip to content

Commit 97a973f

Browse files
Merge pull request #103 from Stillpoint-Software/dependabot/nuget/JsonPath.Net-2.1.0
Bump JsonPath.Net from 2.0.0 to 2.1.0
2 parents 9fc632d + 0f5edbc commit 97a973f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Hyperbee.Json/Patch/JsonPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections;
1+
using System.Collections;
22
using System.Text.Json;
33
using System.Text.Json.Nodes;
44
using System.Text.Json.Serialization;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1818
<PackageReference Include="JsonCons.JsonPath" Version="1.1.0" />
1919
<PackageReference Include="JsonPatch.Net" Version="3.3.0" />
20-
<PackageReference Include="JsonPath.Net" Version="2.0.0" />
20+
<PackageReference Include="JsonPath.Net" Version="2.1.0" />
2121
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.0" />
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)