Skip to content

Commit

Permalink
chore(deps): update dependency tufin/oasdiff to v1.10.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2025
1 parent 4f18ae1 commit 90c140a
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 @@ -7,7 +7,7 @@ internal sealed class OasdiffManager : IOasdiffManager
{
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
// Do not upgrade to v2.x as it is an older version with breaking changes
private const string OasdiffVersion = "1.10.27";
private const string OasdiffVersion = "1.10.28";
private const string OasdiffDownloadUrlFormat = "https://github.com/Tufin/oasdiff/releases/download/v{0}/{1}";

private readonly ILoggerWrapper _loggerWrapper;
Expand Down

0 comments on commit 90c140a

Please sign in to comment.