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')