From 18621d97b6a5319bd23475ff16d1c5e086071a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:43:43 +0000 Subject: [PATCH] build(deps): 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] --- server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle.kts b/server/build.gradle.kts index ca725c2..539bc92 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version") implementation("org.jetbrains.exposed:exposed-java-time:$exposed_version") implementation("org.postgresql:postgresql:42.5.3") - implementation("org.kohsuke:github-api:1.317") + implementation("org.kohsuke:github-api:1.318") implementation("org.bouncycastle:bcprov-jdk15on:1.70")