From 9ccbcaec6add970de1669d7fab865dee3ed1a47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:57:43 +0000 Subject: [PATCH 1/2] chore(deps): Bump NodaTime.Serialization.JsonNet from 3.0.1 to 3.1.0 Bumps [NodaTime.Serialization.JsonNet](https://github.com/nodatime/nodatime.serialization) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/nodatime/nodatime.serialization/releases) - [Changelog](https://github.com/nodatime/nodatime.serialization/blob/main/NodaTime%20Release.snk) - [Commits](https://github.com/nodatime/nodatime.serialization/compare/NodaTime.Serialization.JsonNet-3.0.1...NodaTime.Serialization.JsonNet-3.1.0) --- updated-dependencies: - dependency-name: NodaTime.Serialization.JsonNet dependency-type: direct:production update-type: version-update:semver-minor ... 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 797e3d01f..746ed7522 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -35,7 +35,7 @@ - + From a2cc89b508c2cd23a5120dea6ee0407830f8bb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 2 Nov 2023 11:01:26 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1346f8b6..c49df5223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Update dependencies: #### Build: - [#588](https://github.com/influxdata/influxdb-client-csharp/pull/588): `Microsoft.Extensions.ObjectPool` to `7.0.13` + - [#572](https://github.com/influxdata/influxdb-client-csharp/pull/572): `NodaTime.Serialization.JsonNet` to `3.1.0` #### Examples: - [#589](https://github.com/influxdata/influxdb-client-csharp/pull/589): `Radzen.Blazor` to `4.19.1`