Skip to content

Commit fe92171

Browse files
chore(deps): update dependency domaindrivendev/swashbuckle.aspnetcore to v8.1.4 (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 081f465 commit fe92171

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 = "8.1.1";
8+
private const string SwaggerVersion = "8.1.4";
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)