We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d43dfc commit 7e7f4e9Copy full SHA for 7e7f4e9
src/Workleap.OpenApi.MSBuild/OasdiffManager.cs
@@ -7,7 +7,7 @@ internal sealed class OasdiffManager : IOasdiffManager
7
{
8
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
9
// Do not upgrade to v2.x as it is an older version with breaking changes
10
- private const string OasdiffVersion = "1.11.5";
+ private const string OasdiffVersion = "1.11.7";
11
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";
12
13
private readonly ILoggerWrapper _loggerWrapper;
0 commit comments