From 7c94b1fddcafca1031cecf1ab8e818077f84911e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:33:04 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.315 to 1.316 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.315 to 1.316. - [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.315...github-api-1.316) --- 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 30b872290..6a2c9d114 100644 --- a/build.gradle +++ b/build.gradle @@ -253,7 +253,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.315") + implementation("org.kohsuke:github-api:1.316") implementation("org.eclipse.jgit:org.eclipse.jgit:6.6.1.202309021850-r") implementation("org.jetbrains:annotations:24.0.1") implementation("com.google.guava:guava:32.1.1-jre")