Skip to content

Commit

Permalink
Fix exceeded version reported in HTML report (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasuryat committed Sep 17, 2023
1 parent bb9be6e commit e31a34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class HtmlReporter(
getVersionString(
dependency.group.orEmpty(),
dependency.name.orEmpty(),
dependency.version
dependency.latest
),
dependency.userReason.orEmpty()
)
Expand Down

0 comments on commit e31a34b

Please sign in to comment.