From 20228bf593e7bb19a45c070d99bd9dcf4082957e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:28:32 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.324 to 1.326 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.324 to 1.326. - [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.324...github-api-1.326) --- 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 b077e8c..1ab507a 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.324' + implementation group: 'org.kohsuke', name: 'github-api', version: '1.326' implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.17.2')) constraints {