Skip to content

Commit c6db70c

Browse files
chore(deps): update dependency domaindrivendev/swashbuckle.aspnetcore to v9.0.6
1 parent 8ab5a92 commit c6db70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workleap.OpenApi.MSBuild/SwaggerManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Workleap.OpenApi.MSBuild;
55

66
internal sealed class SwaggerManager : ISwaggerManager
77
{
8-
private const string SwaggerVersion = "9.0.4";
8+
private const string SwaggerVersion = "9.0.6";
99
private const string DoNotEditComment = "# DO NOT EDIT. This is a generated file\n";
1010
private const int MaxRetryCount = 3;
1111
private readonly IProcessWrapper _processWrapper;

0 commit comments

Comments
 (0)