From 455918c160b1caf9aa08028fc837136ea042945a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:53:11 +0000 Subject: [PATCH] Bump swashbuckle.aspnetcore.cli from 6.5.0 to 6.6.2 in /src Bumps [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.5.0 to 6.6.2. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.5.0...v6.6.2) --- updated-dependencies: - dependency-name: swashbuckle.aspnetcore.cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/dotnet-tools.json b/src/.config/dotnet-tools.json index 9672707ed..fe723f029 100644 --- a/src/.config/dotnet-tools.json +++ b/src/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "swashbuckle.aspnetcore.cli": { - "version": "6.5.0", + "version": "6.6.2", "commands": [ "swagger" ]