From f6ee254d0aede9b508a7fcc42cdc14a4501ccdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:02:48 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.329 to 1.330 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.329 to 1.330. - [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.329...github-api-1.330) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-version: '1.330' 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 e03e8adb22..03ef419114 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0' - implementation 'org.kohsuke:github-api:1.329' + implementation 'org.kohsuke:github-api:1.330' implementation 'org.apache.commons:commons-text:1.14.0' implementation 'com.apptasticsoftware:rssreader:3.10.0'