From d6ac228b52fc1346aed141bee5808a0f02924e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:03:50 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.316 to 1.317 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.316 to 1.317. - [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.316...github-api-1.317) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 8ca4d1bc8c..069f425477 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' - implementation 'org.kohsuke:github-api:1.316' + implementation 'org.kohsuke:github-api:1.317' testImplementation 'org.mockito:mockito-core:5.3.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'