Skip to content

Commit

Permalink
chore(deps): update dependency tufin/oasdiff to v2 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 9665408 commit 917e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Workleap.OpenApi.MSBuild/OasdiffManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Workleap.OpenApi.MSBuild;
internal sealed class OasdiffManager : IOasdiffManager
{
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
private const string OasdiffVersion = "1.10.25";
private const string OasdiffVersion = "2.1.2";
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";

private readonly ILoggerWrapper _loggerWrapper;
Expand Down

0 comments on commit 917e16c

Please sign in to comment.