From 6862a26672f93623f6c4921aa8549c312dff1489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 04:57:05 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.302 to 1.316 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.302 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.302...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 fb151d0..db8c9cc 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ if (cliTasks.contains("rc")) { dependencies { implementation 'org.codehaus.groovy:groovy-all:2.5.14' - api 'org.kohsuke:github-api:1.302' + api 'org.kohsuke:github-api:1.316' implementation 'org.apache.commons:commons-io:[1,2)' testImplementation 'org.ajoberstar.grgit:grgit-core:4.1.1' testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'