From 0729055208ed5176280637ec6da3dd6f272fa1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:45:49 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.321 to 1.322 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.321 to 1.322. - [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.321...github-api-1.322) --- 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 199b4d4b0..81a012808 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.321") + implementation("org.kohsuke:github-api:1.322") implementation("org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r") implementation("org.jetbrains:annotations:24.1.0") implementation("com.google.guava:guava:33.2.1-jre")