Skip to content

Commit 7e7f4e9

Browse files
chore(deps): update dependency tufin/oasdiff to v1.11.7 (#139)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d43dfc commit 7e7f4e9

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.5";
10+
private const string OasdiffVersion = "1.11.7";
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)