From 48c88458377bebbbda90c315fad61ae68c8a2f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 06:29:01 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.317 to 1.318 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.317 to 1.318. - [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.317...github-api-1.318) --- 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 b5246dce7..25fc0da08 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.317") + implementation("org.kohsuke:github-api:1.318") implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r") implementation("org.jetbrains:annotations:24.0.1") implementation("com.google.guava:guava:32.1.3-jre")