Skip to content

Commit 6fd33e2

Browse files
chore(deps): Bump System.Collections.Immutable from 6.0.0 to 8.0.0 (#595)
* chore(deps): Bump System.Collections.Immutable from 6.0.0 to 8.0.0 Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip ci] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent dda4b98 commit 6fd33e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Update dependencies:
1212
#### Build:
1313
- [#588](https://github.com/influxdata/influxdb-client-csharp/pull/588): `Microsoft.Extensions.ObjectPool` to `7.0.13`
1414
- [#572](https://github.com/influxdata/influxdb-client-csharp/pull/572): `NodaTime.Serialization.JsonNet` to `3.1.0`
15+
- [#595](https://github.com/influxdata/influxdb-client-csharp/pull/595): `System.Collections.Immutable` to `8.0.0`
1516

1617
#### Examples:
1718
- [#593](https://github.com/influxdata/influxdb-client-csharp/pull/593): `Radzen.Blazor` to `4.22.1`

Client/Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
3939
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.13" />
4040
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
41-
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
41+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
4242
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
4343
<PackageReference Include="System.Reactive" Version="6.0.0" />
4444
</ItemGroup>

0 commit comments

Comments
 (0)