From dfa55bf9b4d6a52088fce372d689958276d88b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 02:50:57 +0000 Subject: [PATCH 1/2] chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.8 to 6.0.9 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9) --- updated-dependencies: - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Client/Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 2423e452f..39025b4a5 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -34,7 +34,7 @@ - + From 84d7c79e8cb1eca86bc4d4f2281fc3faef971ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Wed, 14 Sep 2022 08:06:07 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f711b5c..d3988ddb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ ### Dependencies Update dependencies: +#### Build: + - [#365](https://github.com/influxdata/influxdb-client-csharp/pull/365): `Microsoft.Extensions.ObjectPool` to `6.0.9` + #### Examples: - [#362](https://github.com/influxdata/influxdb-client-csharp/pull/362): `Radzen.Blazor` to `3.20.12`