From 69f500f61f619e2c93970f9d94fec340d75fbfd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:01:43 +0000 Subject: [PATCH 1/2] chore(deps): bump NodaTime from 3.1.4 to 3.1.5 Bumps [NodaTime](https://github.com/nodatime/nodatime) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/nodatime/nodatime/releases) - [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk) - [Commits](https://github.com/nodatime/nodatime/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: NodaTime dependency-type: direct:production update-type: version-update:semver-patch ... 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 f54b33573..f677cb254 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -34,7 +34,7 @@ - + From fef20f51853117ee90fde0d09139bf84cc1fa01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 31 Oct 2022 07:09:37 +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 b04a589a1..296e2dc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Update dependencies: #### Build: - [#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` + - [#402](https://github.com/influxdata/influxdb-client-csharp/pull/402): `NodaTime` to `3.1.5` - [#392](https://github.com/influxdata/influxdb-client-csharp/pull/392): `JsonSubTypes` to `2.0.1` #### Examples: