Skip to content

Commit 065c460

Browse files
chore(deps): Bump CsvHelper from 31.0.2 to 32.0.3 (#634)
* chore(deps): Bump CsvHelper from 31.0.2 to 32.0.3 Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 31.0.2 to 32.0.3. - [Commits](JoshClose/CsvHelper@31.0.2...32.0.3) --- updated-dependencies: - dependency-name: CsvHelper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip CI] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 61362d3 commit 065c460

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Update dependencies:
88

99
#### Build:
10+
- [#634](https://github.com/influxdata/influxdb-client-csharp/pull/634): `CsvHelper` to `32.0.3`
1011
- [#635](https://github.com/influxdata/influxdb-client-csharp/pull/635): `Microsoft.Extensions.ObjectPool` to `8.0.6`
1112
- [#638](https://github.com/influxdata/influxdb-client-csharp/pull/638): `System.Reactive` to `6.0.1`
1213

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="CsvHelper" Version="31.0.2" />
39+
<PackageReference Include="CsvHelper" Version="32.0.3" />
4040
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4141
<PackageReference Include="NodaTime" Version="3.1.11" />
4242
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.1.0" />

0 commit comments

Comments
 (0)