From 584ae3aacab74c1af9c756f70a09797aa1c73a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:03:36 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.322 to 1.330 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.322 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.322...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 290f60f..f67f0ed 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation 'org.kohsuke:github-api:1.322' + implementation 'org.kohsuke:github-api:1.330' implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0'