From 9e6f89038044e2c896891dae2a0c53c3d239635d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:03:11 +0000 Subject: [PATCH] Bump org.kohsuke:github-api-unbridged from 1.327 to 1.330 Bumps [org.kohsuke:github-api-unbridged](https://github.com/hub4j/github-api) from 1.327 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.327...github-api-1.330) --- updated-dependencies: - dependency-name: org.kohsuke:github-api-unbridged 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 099ee3f6..d8a14431 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.withType(JavaCompile) { dependencies { - customTestRuntime('org.kohsuke:github-api-unbridged:1.327') + customTestRuntime('org.kohsuke:github-api-unbridged:1.330') compileOnly(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar')) testImplementation(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar')) testImplementation('org.mockito:mockito-core:5.20.0')