From e0bea35e2e1e08bb3ec2f4ef5675e79e1de223b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:37:24 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.323 to 1.326 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.323 to 1.326. - [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.323...github-api-1.326) --- updated-dependencies: - dependency-name: org.kohsuke:github-api 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 8bc0c809d..125565e76 100644 --- a/build.gradle +++ b/build.gradle @@ -172,7 +172,7 @@ dependencies { implementation("com.yahoo.elide:elide-datastore-multiplex:${elideVersion}") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:${springdocVersion}") implementation("com.github.FAForever:faf-java-commons:0e5d22ffff6e4dea81bac494d532627fcca8ebc4") - implementation("org.kohsuke:github-api:1.323") + implementation("org.kohsuke:github-api:1.326") implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r") implementation("org.jetbrains:annotations:24.1.0") implementation("com.google.guava:guava:33.3.1-jre")