From 8532a5cae5cb86fa16fbec70b84db810998739be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:30:39 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.316 to 1.317 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.316 to 1.317. - [Release notes](https://github.com/hub4j/github-api/releases) - [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/hub4j/github-api/compare/github-api-1.316...github-api-1.317) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- github-pr-status/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-pr-status/build.gradle b/github-pr-status/build.gradle index fa492b99..abaad233 100644 --- a/github-pr-status/build.gradle +++ b/github-pr-status/build.gradle @@ -19,7 +19,7 @@ repositories { dependencies { implementation project(":common") - implementation group: 'org.kohsuke', name: 'github-api', version: '1.316' + implementation group: 'org.kohsuke', name: 'github-api', version: '1.317' } processResources {