From 1129a03b4e8f990f48f808cc6b2ea6ed81e26ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:31:17 +0200 Subject: [PATCH] Bump the swashbuckle group in /src/backend with 3 updates (#313) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the swashbuckle group in /src/backend with 3 updates: [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). Updates `Swashbuckle.AspNetCore` from 6.8.0 to 6.8.1
Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.8.1

What's Changed

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1

Commits

Updates `Swashbuckle.AspNetCore.ReDoc` from 6.8.0 to 6.8.1
Release notes

Sourced from Swashbuckle.AspNetCore.ReDoc's releases.

v6.8.1

What's Changed

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1

Commits

Updates `swashbuckle.aspnetcore.cli` from 6.8.0 to 6.8.1
Release notes

Sourced from swashbuckle.aspnetcore.cli's releases.

v6.8.1

What's Changed

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- src/backend/.config/dotnet-tools.json | 2 +- src/backend/WebApi/WebApi.csproj | 4 +-- src/backend/WebApi/packages.lock.json | 32 +++++++++---------- tests/backend/WebApi.Tests/packages.lock.json | 32 +++++++++---------- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/backend/.config/dotnet-tools.json b/src/backend/.config/dotnet-tools.json index 114102d1..2c2db6fd 100644 --- a/src/backend/.config/dotnet-tools.json +++ b/src/backend/.config/dotnet-tools.json @@ -17,7 +17,7 @@ "rollForward": false }, "swashbuckle.aspnetcore.cli": { - "version": "6.8.0", + "version": "6.8.1", "commands": [ "swagger" ], diff --git a/src/backend/WebApi/WebApi.csproj b/src/backend/WebApi/WebApi.csproj index 4b3f60cd..51350c9e 100644 --- a/src/backend/WebApi/WebApi.csproj +++ b/src/backend/WebApi/WebApi.csproj @@ -29,8 +29,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/backend/WebApi/packages.lock.json b/src/backend/WebApi/packages.lock.json index 3c0f0972..bc43f0f7 100644 --- a/src/backend/WebApi/packages.lock.json +++ b/src/backend/WebApi/packages.lock.json @@ -127,21 +127,21 @@ }, "Swashbuckle.AspNetCore": { "type": "Direct", - "requested": "[6.8.0, )", - "resolved": "6.8.0", - "contentHash": "0Mk8/31efsxFNVeFzLjUVYDFTjYKtEi2UCSaI9+HIkSQ/duu++28gfq1+gwWDRLHkRMOkUgoWMLe0UoayAZySA==", + "requested": "[6.8.1, )", + "resolved": "6.8.1", + "contentHash": "JN6ccH37QKtNOwBrvSxc+jBYIB+cw6RlZie2IKoJhjjf6HzBH+2kPJCpxmJ5EHIqmxvq6aQG+0A8XklGx9rAxA==", "dependencies": { "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "6.8.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.8.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.8.0" + "Swashbuckle.AspNetCore.Swagger": "6.8.1", + "Swashbuckle.AspNetCore.SwaggerGen": "6.8.1", + "Swashbuckle.AspNetCore.SwaggerUI": "6.8.1" } }, "Swashbuckle.AspNetCore.ReDoc": { "type": "Direct", - "requested": "[6.8.0, )", - "resolved": "6.8.0", - "contentHash": "+1/onHsvCrQWi0ShlMth/Rn0QXVwBs32G52lacVe50V8TEGhs3Aml4byNJyb/VMG5Fx+S+camhsfL/VQMWAkiA==" + "requested": "[6.8.1, )", + "resolved": "6.8.1", + "contentHash": "v9uZGdsu2uGXQqsjpZepsmxXtc3oe69edfG2KjzXBKHKnG06xrNRQPJVOXKAy/xPpM4u+ghykl+DzC/8BUywjw==" }, "Azure.Core": { "type": "Transitive", @@ -613,24 +613,24 @@ }, "Swashbuckle.AspNetCore.Swagger": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "f6Utk5eLFWRJbDFIqHGeb9Kb+w/9b+z0WIJUIAPY4hP263MPXI8ZbejdOktS10gvCLaQ3YCFl6fAVlCIUFKsRQ==", + "resolved": "6.8.1", + "contentHash": "eOkdM4bsWBU5Ty3kWbyq5O9L+05kZT0vOdGh4a92vIb/LLQGQTPLRHXuJdnUBNIPNC8XfKWfSbtRfqzI6nnbqw==", "dependencies": { "Microsoft.OpenApi": "1.6.14" } }, "Swashbuckle.AspNetCore.SwaggerGen": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "bmWglb1jeKD+tUE56wL2zE6lnlpJZbgDLXMlEOgl8xTqEs9g8C6eNNKGuMcnfxFt0CgZaBClaDqad2JDjZW5Fw==", + "resolved": "6.8.1", + "contentHash": "TjBPxsN0HeJzxEXZYeDXBNNMSyhg+TYXtkbwX+Cn8GH/y5ZeoB/chw0p71kRo5tR2sNshbKwL24T6f9pTF9PHg==", "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.8.0" + "Swashbuckle.AspNetCore.Swagger": "6.8.1" } }, "Swashbuckle.AspNetCore.SwaggerUI": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "tG1FL+aFmmuqZ3eKVHgvSFvrzJoKbDzOmvK8YACucfbIBYfHQd45uQ18MhMF3xDaR46qdggdaHGqmfYo+nxwrw==" + "resolved": "6.8.1", + "contentHash": "lpEszYJ7vZaTTE5Dp8MrsbSHrgDfjhDMjzW1qOA1Xs1Dnj3ZRBJAcPZUTsa5Bva+nLaw91JJ8OI8FkSg8hhIyA==" }, "System.CodeDom": { "type": "Transitive", diff --git a/tests/backend/WebApi.Tests/packages.lock.json b/tests/backend/WebApi.Tests/packages.lock.json index 56accce1..029fbe5f 100644 --- a/tests/backend/WebApi.Tests/packages.lock.json +++ b/tests/backend/WebApi.Tests/packages.lock.json @@ -809,40 +809,40 @@ }, "Swashbuckle.AspNetCore": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "0Mk8/31efsxFNVeFzLjUVYDFTjYKtEi2UCSaI9+HIkSQ/duu++28gfq1+gwWDRLHkRMOkUgoWMLe0UoayAZySA==", + "resolved": "6.8.1", + "contentHash": "JN6ccH37QKtNOwBrvSxc+jBYIB+cw6RlZie2IKoJhjjf6HzBH+2kPJCpxmJ5EHIqmxvq6aQG+0A8XklGx9rAxA==", "dependencies": { "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "6.8.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.8.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.8.0" + "Swashbuckle.AspNetCore.Swagger": "6.8.1", + "Swashbuckle.AspNetCore.SwaggerGen": "6.8.1", + "Swashbuckle.AspNetCore.SwaggerUI": "6.8.1" } }, "Swashbuckle.AspNetCore.ReDoc": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "+1/onHsvCrQWi0ShlMth/Rn0QXVwBs32G52lacVe50V8TEGhs3Aml4byNJyb/VMG5Fx+S+camhsfL/VQMWAkiA==" + "resolved": "6.8.1", + "contentHash": "v9uZGdsu2uGXQqsjpZepsmxXtc3oe69edfG2KjzXBKHKnG06xrNRQPJVOXKAy/xPpM4u+ghykl+DzC/8BUywjw==" }, "Swashbuckle.AspNetCore.Swagger": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "f6Utk5eLFWRJbDFIqHGeb9Kb+w/9b+z0WIJUIAPY4hP263MPXI8ZbejdOktS10gvCLaQ3YCFl6fAVlCIUFKsRQ==", + "resolved": "6.8.1", + "contentHash": "eOkdM4bsWBU5Ty3kWbyq5O9L+05kZT0vOdGh4a92vIb/LLQGQTPLRHXuJdnUBNIPNC8XfKWfSbtRfqzI6nnbqw==", "dependencies": { "Microsoft.OpenApi": "1.6.14" } }, "Swashbuckle.AspNetCore.SwaggerGen": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "bmWglb1jeKD+tUE56wL2zE6lnlpJZbgDLXMlEOgl8xTqEs9g8C6eNNKGuMcnfxFt0CgZaBClaDqad2JDjZW5Fw==", + "resolved": "6.8.1", + "contentHash": "TjBPxsN0HeJzxEXZYeDXBNNMSyhg+TYXtkbwX+Cn8GH/y5ZeoB/chw0p71kRo5tR2sNshbKwL24T6f9pTF9PHg==", "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.8.0" + "Swashbuckle.AspNetCore.Swagger": "6.8.1" } }, "Swashbuckle.AspNetCore.SwaggerUI": { "type": "Transitive", - "resolved": "6.8.0", - "contentHash": "tG1FL+aFmmuqZ3eKVHgvSFvrzJoKbDzOmvK8YACucfbIBYfHQd45uQ18MhMF3xDaR46qdggdaHGqmfYo+nxwrw==" + "resolved": "6.8.1", + "contentHash": "lpEszYJ7vZaTTE5Dp8MrsbSHrgDfjhDMjzW1qOA1Xs1Dnj3ZRBJAcPZUTsa5Bva+nLaw91JJ8OI8FkSg8hhIyA==" }, "System.Buffers": { "type": "Transitive", @@ -1057,8 +1057,8 @@ "OpenTelemetry.Instrumentation.Http": "[1.9.0, )", "OpenTelemetry.Instrumentation.Runtime": "[1.9.0, )", "RabbitMQ.Client": "[6.8.1, )", - "Swashbuckle.AspNetCore": "[6.8.0, )", - "Swashbuckle.AspNetCore.ReDoc": "[6.8.0, )" + "Swashbuckle.AspNetCore": "[6.8.1, )", + "Swashbuckle.AspNetCore.ReDoc": "[6.8.1, )" } } },