We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348991f commit 8d84c07Copy full SHA for 8d84c07
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.10.29";
+ private const string OasdiffVersion = "1.11.1";
11
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";
12
13
private readonly ILoggerWrapper _loggerWrapper;
0 commit comments