From c70003791f85bb02ddef8ef4762fc4f5b35bb8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:49:34 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.315 to 1.316 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.315 to 1.316. - [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.315...github-api-1.316) --- 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 671d558..acb96c4 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { dependencies { compileOnly project.deps.gocdPluginApi implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' - implementation group: 'org.kohsuke', name: 'github-api', version: '1.315' + implementation group: 'org.kohsuke', name: 'github-api', version: '1.316' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' testImplementation project.deps.gocdPluginApi