Skip to content

Commit

Permalink
build(deps): update dependency jsonpath.net to 2.1.1 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 0ea3eff commit c6a52ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnapX.Core/SnapX.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<!-- Ported JSONPaths from Newtonsoft.Json for System.Text.Json -->
<!-- Newtonsoft.Json is not AOT friendly -->
<PackageReference Include="JsonPath.Net" Version="2.1.0" />
<PackageReference Include="JsonPath.Net" Version="2.1.1" />
<!-- For History, JSON shouldn't be a data storage backend imho -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
<!-- Configuration has never been so intuitive -->
Expand Down

0 comments on commit c6a52ca

Please sign in to comment.