Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Bump RavenDB.Client and Newtonsoft.Json
Browse files Browse the repository at this point in the history
Bumps [RavenDB.Client](https://github.com/ravendb/ravendb) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together.

Updates `RavenDB.Client` from 5.1.2 to 6.0.100
- [Release notes](https://github.com/ravendb/ravendb/releases)
- [Changelog](https://github.com/ravendb/ravendb/blob/v6.0/publish-stable-release.ps1)
- [Commits](https://github.com/ravendb/ravendb/commits/6.0.100)

Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3)

---
updated-dependencies:
- dependency-name: RavenDB.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent a03828c commit 43819ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RavenDB.Client" Version="5.1.2" />
<PackageReference Include="RavenDB.Client" Version="6.0.100" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 43819ca

Please sign in to comment.