Skip to content

Commit

Permalink
chore(deps): update dependency tufin/oasdiff to v1.10.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 17, 2024
1 parent a968b3e commit 51c218c
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.11";
private const string OasdiffVersion = "1.10.23";
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";

private readonly ILoggerWrapper _loggerWrapper;
Expand Down

0 comments on commit 51c218c

Please sign in to comment.