From 0963d39aa7d67c6bc02c6f20afc2e98cf2d562f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:38:04 +0000 Subject: [PATCH] chore(deps): update dependency org.kohsuke:github-api to v1.325 --- templates/github.java.qute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github.java.qute b/templates/github.java.qute index b625c57..a48e396 100755 --- a/templates/github.java.qute +++ b/templates/github.java.qute @@ -1,6 +1,6 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS info.picocli:picocli:4.7.5 -//DEPS org.kohsuke:github-api:1.316 +//DEPS org.kohsuke:github-api:1.325 import java.util.Optional; import java.util.concurrent.Callable;