Skip to content

Commit bdbf56e

Browse files
committed
Update libraries in .github/report-status-in-issue.java
1 parent 5bb3532 commit bdbf56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/report-status-in-issue.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//usr/bin/env jbang "$0" "$@" ; exit $?
22

3-
//DEPS org.kohsuke:github-api:1.101
4-
//DEPS info.picocli:picocli:4.2.0
3+
//DEPS org.kohsuke:github-api:1.318
4+
//DEPS info.picocli:picocli:4.7.5
55

66
import org.kohsuke.github.*;
77
import picocli.CommandLine;
@@ -87,7 +87,7 @@ public void run() {
8787
private static boolean isOpen(GHIssue issue) {
8888
return (issue.getState() == GHIssueState.OPEN);
8989
}
90-
90+
9191
public static void main(String... args) {
9292
int exitCode = new CommandLine(new Report()).execute(args);
9393
System.exit(exitCode);

0 commit comments

Comments
 (0)