Skip to content

Commit

Permalink
Bump Parquet.Net from 4.23.5 to 4.24.0 (#86)
Browse files Browse the repository at this point in the history
Bumps [Parquet.Net](https://github.com/aloneguid/parquet-dotnet) from 4.23.5 to 4.24.0.
- [Release notes](https://github.com/aloneguid/parquet-dotnet/releases)
- [Changelog](https://github.com/aloneguid/parquet-dotnet/blob/master/docs/release-history.md)
- [Commits](aloneguid/parquet-dotnet@4.23.5...4.24.0)

---
updated-dependencies:
- dependency-name: Parquet.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 4f7bdb0 commit a4f0909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PCAxis.Serializers/Serializers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReference>

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Parquet.Net" Version="4.23.5" />
<PackageReference Include="Parquet.Net" Version="4.24.0" />
<PackageReference Include="PCAxis.Core" Version="1.2.4" />
<PackageReference Include="PCAxis.Metadata" Version="1.0.3" />
<PackageReference Include="PCAxis.Query" Version="1.0.9" />
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<PackageReference Include="Parquet.Net" Version="4.23.5" />
<PackageReference Include="Parquet.Net" Version="4.24.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PCAxis.Core" Version="1.2.4" />
</ItemGroup>
Expand Down

0 comments on commit a4f0909

Please sign in to comment.