From 39c25adf4b0efaf149bc0d5dcdb42beaf29a1d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:53:36 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.317 to 1.318 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.317 to 1.318. - [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.317...github-api-1.318) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index df073763..30b805b6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.kohsuke.github.GitHub buildscript { dependencies { - classpath 'org.kohsuke:github-api:1.317' + classpath 'org.kohsuke:github-api:1.318' } }