From 10d3dc0a558a168780cb00f5a3232c84bb8aed4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:12:25 +0000 Subject: [PATCH] build(deps): bump org.kohsuke:github-api from 1.317 to 1.319 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.317 to 1.319. - [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.319) --- 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..42cf18d 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.319") implementation("org.bouncycastle:bcprov-jdk15on:1.70")