From 13317fc611f8a108f94591089e92476a393cbd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:44:03 +0000 Subject: [PATCH 1/2] 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](https://github.com/JamesNK/Newtonsoft.Json/compare/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](https://github.com/RicoSuter/NSwag/compare/v14.1.0...v14.2.0) --- 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] --- src/ApiGenerator/ApiGenerator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 3b117da04f..cd55407ff5 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -13,7 +13,7 @@ - + From 0cc17bd0a978e2bad19096acd1f63d4d757263aa Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Tue, 3 Dec 2024 10:50:46 +1300 Subject: [PATCH 2/2] changelog Signed-off-by: Thomas Farr --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fececd61d9..37e5d6ecab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Microsoft.Extensions.Caching.Memory` from 6.0.0 to 8.0.1 - Bumps `xunit` from 2.8.0 to 2.9.2 - Bumps `System.Buffers` from 4.5.1 to 4.6.0 +- Bumps `NSwag.Core` from 14.1.0 to 14.2.0 ## [1.8.0] ### Added @@ -234,4 +235,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [1.6.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.3.0...v1.4.0 -[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0 \ No newline at end of file +[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0