Skip to content

Commit

Permalink
Update libraries in .github/report-status-in-issue.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 12, 2023
1 parent 5bb3532 commit bdbf56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/report-status-in-issue.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//usr/bin/env jbang "$0" "$@" ; exit $?

//DEPS org.kohsuke:github-api:1.101
//DEPS info.picocli:picocli:4.2.0
//DEPS org.kohsuke:github-api:1.318
//DEPS info.picocli:picocli:4.7.5

import org.kohsuke.github.*;
import picocli.CommandLine;
Expand Down Expand Up @@ -87,7 +87,7 @@ public void run() {
private static boolean isOpen(GHIssue issue) {
return (issue.getState() == GHIssueState.OPEN);
}

public static void main(String... args) {
int exitCode = new CommandLine(new Report()).execute(args);
System.exit(exitCode);
Expand Down

0 comments on commit bdbf56e

Please sign in to comment.