Skip to content

Commit 293e1d2

Browse files
chore(deps): update dependency tufin/oasdiff to v1.11.9
1 parent c12860a commit 293e1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workleap.OpenApi.MSBuild/OasdiffManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ internal sealed class OasdiffManager : IOasdiffManager
77
{
88
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
99
// Do not upgrade to v2.x as it is an older version with breaking changes
10-
private const string OasdiffVersion = "1.11.8";
10+
private const string OasdiffVersion = "1.11.9";
1111
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";
1212

1313
private readonly ILoggerWrapper _loggerWrapper;

0 commit comments

Comments
 (0)