Skip to content

Commit efc943b

Browse files
chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.7 to 6.0.8 (#343)
* chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.7 to 6.0.8 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
1 parent 5b3a654 commit efc943b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### Dependencies
44
Update dependencies:
55

6+
#### Build:
7+
- [#343](https://github.com/influxdata/influxdb-client-csharp/pull/343): `Microsoft.Extensions.ObjectPool` to `6.0.8`
8+
69
#### Test:
710
- [#341](https://github.com/influxdata/influxdb-client-csharp/pull/341): `WireMock.Net` to `1.5.3`
811
- [#342](https://github.com/influxdata/influxdb-client-csharp/pull/342): `Moq` to `4.18.2`

Client/Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
37-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.7" />
37+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.8" />
3838
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
3939
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
4040
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />

0 commit comments

Comments
 (0)