Skip to content

Commit

Permalink
Update dependency org.kohsuke:github-api to v1.319 (detekt#6985)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent cb9db13 commit dd4eb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-milestone-report.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

@file:Suppress("detekt.CommentSpacing") // For the polyglot exec command in line 2.
@file:DependsOn("org.kohsuke:github-api:1.318")
@file:DependsOn("org.kohsuke:github-api:1.319")
@file:DependsOn("com.github.ajalt:clikt:2.8.0")

import com.github.ajalt.clikt.core.CliktCommand
Expand Down

0 comments on commit dd4eb91

Please sign in to comment.