Skip to content

Commit

Permalink
Bump NSwag.Core.Yaml from 13.20.0 to 14.0.2 (opensearch-project#530)
Browse files Browse the repository at this point in the history
* Bump NSwag.Core.Yaml from 13.20.0 to 14.0.2

Bumps [NSwag.Core.Yaml](https://github.com/RicoSuter/NSwag) from 13.20.0 to 14.0.2.
- [Release notes](https://github.com/RicoSuter/NSwag/releases)
- [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md)
- [Commits](RicoSuter/NSwag@v13.20.0...v14.0.2)

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

---
updated-dependencies:
- dependency-name: NSwag.Core.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a63e4d8)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Jan 29, 2024
1 parent b0304b1 commit 6a68706
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 @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fix `HttpConnection.ConvertHttpMethod` to support `Patch` method ([#489](https://github.com/opensearch-project/opensearch-net/pull/489))

### Dependencies
- Bumps `NSwag.Core.Yaml` from 13.19.0 to 14.0.2
- Bumps `BenchMarkDotNet` from 0.13.10 to 0.13.11
- Bumps `xunit.runner.visualstudio` from 2.5.4 to 2.5.6
- Bumps `CSharpier.Core` from 0.26.3 to 0.26.7
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.26.7" />
<PackageReference Include="Glob" Version="1.1.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NSwag.Core.Yaml" Version="13.20.0" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.2" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
Expand Down

0 comments on commit 6a68706

Please sign in to comment.