From 0cfe4db0bd9a1993d41ba39b190ec29e091a4bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:52:14 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.321 to 1.324 (#1154) Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.321 to 1.324. - [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.321...github-api-1.324) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 56bd381d83..e1d1c77539 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' - implementation 'org.kohsuke:github-api:1.321' + implementation 'org.kohsuke:github-api:1.324' implementation 'org.apache.commons:commons-text:1.12.0' implementation 'com.apptasticsoftware:rssreader:3.8.1'