From 1c17fb557858f3c7bd803f79a2aaa66b8908c47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:04:47 +0000 Subject: [PATCH 1/2] Bump SemanticVersioning from 2.0.2 to 3.0.0 Bumps [SemanticVersioning](https://github.com/adamreeve/semver.net) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/adamreeve/semver.net/releases) - [Commits](https://github.com/adamreeve/semver.net/compare/2.0.2...3.0.0) --- updated-dependencies: - dependency-name: SemanticVersioning dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../OpenSearch.Stack.ArtifactsApi.csproj | 2 +- src/ApiGenerator/ApiGenerator.csproj | 2 +- tests/Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- tests/Tests/Tests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearch.Stack.ArtifactsApi.csproj b/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearch.Stack.ArtifactsApi.csproj index e860e60aa3..623b5f3485 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearch.Stack.ArtifactsApi.csproj +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearch.Stack.ArtifactsApi.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 5205e4014f..2e0264849e 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -15,7 +15,7 @@ - + diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index 6e4780b48e..949d5dae6c 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -34,7 +34,7 @@ - + diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index b57661c314..beda2a2785 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -18,7 +18,7 @@ - + From fab925085f2d5049bc0e90046ee34669268a2860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 Jan 2025 03:05:00 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824a619064..a220ff7f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `System.Buffers` from 4.5.1 to 4.6.0 - Bumps `NSwag.Core` from 14.1.0 to 14.2.0 - Bumps `Argu` from 6.2.4 to 6.2.5 +- Bumps `SemanticVersioning` from 2.0.2 to 3.0.0 ## [1.8.0] ### Added