Skip to content

Commit

Permalink
chore(deps): Bump NodaTime.Serialization.JsonNet from 3.0.1 to 3.1.0 (#…
Browse files Browse the repository at this point in the history
…572)

* 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](nodatime/nodatime.serialization@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] <support@github.com>

* docs: Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Nov 2, 2023
1 parent fd39c9e commit 66c4f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Client.Core/Client.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.0.1" />
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.1.0" />
<PackageReference Include="RestSharp" Version="110.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 66c4f47

Please sign in to comment.