From 750a81896389258f22fde557c4ea7577cf48d53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:31:54 +1200 Subject: [PATCH 1/3] Bump YamlDotNet from 16.0.0 to 16.1.0 (#778) * Bump YamlDotNet from 16.0.0 to 16.1.0 Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](https://github.com/aaubry/YamlDotNet/compare/v16.0.0...v16.1.0) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 705c914b3f9b19a48b9279a5d7523eb2b37d8378) --- CHANGELOG.md | 1 + src/ApiGenerator/ApiGenerator.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ce609066..24346472b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- Bumps `YamlDotNet` from 16.0.0 to 16.1.0 ## [1.8.0] ### Added diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 247e674cce..4e73281ae9 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -13,7 +13,7 @@ - + From 4517c94396e814a555ec8e8ea44892b5af0cf436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:01:21 +1200 Subject: [PATCH 2/3] Bump AWSSDK.Core from 3.7.400.11 to 3.7.400.13 (#779) * Bump AWSSDK.Core from 3.7.400.11 to 3.7.400.13 Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.400.11 to 3.7.400.13. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 04ee446745ee6104dc06e29c651b972ca9da5c1e) --- CHANGELOG.md | 1 + .../OpenSearch.Net.Auth.AwsSigV4.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24346472b9..06b2634aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `YamlDotNet` from 16.0.0 to 16.1.0 +- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.13 ## [1.8.0] ### Added diff --git a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj index f078196b66..1ae7f1ecdf 100644 --- a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj +++ b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj @@ -20,7 +20,7 @@ - + From a0f40381c9f2640fcb7407fd098a36bbcaa18f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:06:14 +1200 Subject: [PATCH 3/3] Bump Fake.Core.SemVer from 6.1.0 to 6.1.1 (#780) * Bump Fake.Core.SemVer from 6.1.0 to 6.1.1 Bumps [Fake.Core.SemVer](https://github.com/fsprojects/Fake) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/fsprojects/Fake/releases) - [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/Fake/compare/6.1.0...6.1.1) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: Fake.Core.SemVer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit caf21c982048fe490260b587ffdda74faebc54fb) --- CHANGELOG.md | 1 + build/scripts/scripts.fsproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b2634aa0..c2b7629fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `YamlDotNet` from 16.0.0 to 16.1.0 - Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.13 +- Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.1 ## [1.8.0] ### Added diff --git a/build/scripts/scripts.fsproj b/build/scripts/scripts.fsproj index e740ad5db9..3f33ec52a2 100644 --- a/build/scripts/scripts.fsproj +++ b/build/scripts/scripts.fsproj @@ -40,7 +40,7 @@ - +