From 83a61b1aef350652550eaaacdfec8e2865c0b992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:40:16 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.318 to 1.319 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.318 to 1.319. - [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.318...github-api-1.319) --- 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 fad2615..294e2a5 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.318' + implementation group: 'org.kohsuke', name: 'github-api', version: '1.319' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0' testImplementation project.deps.gocdPluginApi