Skip to content

Commit

Permalink
Bump Newtonsoft.Json and NSwag.Core (opensearch-project#862)
Browse files Browse the repository at this point in the history
* Bump Newtonsoft.Json and NSwag.Core

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [NSwag.Core](https://github.com/RicoSuter/NSwag). These dependencies needed to be updated together.

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

Updates `NSwag.Core` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/RicoSuter/NSwag/releases)
- [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md)
- [Commits](RicoSuter/NSwag@v14.1.0...v14.2.0)

Signed-off-by: Thomas Farr <[email protected]>

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NSwag.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* changelog

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit 6f4134a)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Dec 9, 2024
1 parent 5f75279 commit 2afe08c
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 @@ -23,6 +23,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0
- Bumps `FSharp.Core` from 8.0.400 to 8.0.401
- Bumps `JetBrains.Annotations` from 2024.2.0 to 2024.3.0
- Bumps `NSwag.Core` from 14.1.0 to 14.2.0
- Bumps `Argu` from 6.2.4 to 6.2.5

## [1.8.0]
Expand Down
2 changes: 1 addition & 1 deletion src/ApiGenerator/ApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="CSharpier.Core" Version="0.30.2" />
<PackageReference Include="Glob" Version="1.1.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NSwag.Core" Version="14.1.0" />
<PackageReference Include="NSwag.Core" Version="14.2.0" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
Expand Down

0 comments on commit 2afe08c

Please sign in to comment.