From fa7b53ac6f5229744b5f2c2f86aa93445a20f3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:22:40 +0000 Subject: [PATCH 1/2] chore(deps): bump CsvHelper from 29.0.0 to 30.0.0 Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 29.0.0 to 30.0.0. - [Release notes](https://github.com/JoshClose/CsvHelper/releases) - [Commits](https://github.com/JoshClose/CsvHelper/compare/29.0.0...30.0.0) --- updated-dependencies: - dependency-name: CsvHelper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Client.Core/Client.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 80a065dcc..f54b33573 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -32,7 +32,7 @@ - + From 95274af2e7865043d70267fab55a8f95463fc59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 31 Oct 2022 06:01:22 +0100 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fe9c027..4d9c24272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Update dependencies: #### Build: - - [#378](https://github.com/influxdata/influxdb-client-csharp/pull/378): `CsvHelper` to `29.0.0` + - [#397](https://github.com/influxdata/influxdb-client-csharp/pull/397): `CsvHelper` to `30.0.0` - [#384](https://github.com/influxdata/influxdb-client-csharp/pull/384): `Microsoft.Extensions.ObjectPool` to `6.0.10` - [#383](https://github.com/influxdata/influxdb-client-csharp/pull/383): `NodaTime` to `3.1.4` - [#392](https://github.com/influxdata/influxdb-client-csharp/pull/392): `JsonSubTypes` to `2.0.1`