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