From 4685736298544fdb0be87ecfee3ba79ea633ed27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:12:15 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.314 to 1.315 in /api-testing-bot Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.314 to 1.315. - [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.314...github-api-1.315) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-testing-bot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-testing-bot/build.gradle b/api-testing-bot/build.gradle index 80ea88b..1b95b75 100644 --- a/api-testing-bot/build.gradle +++ b/api-testing-bot/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation "i5:las2peer-api-test-model:1.0.0" // GitHub API - implementation "org.kohsuke:github-api:1.314" + implementation "org.kohsuke:github-api:1.315" implementation "io.jsonwebtoken:jjwt-impl:0.11.5" implementation "io.jsonwebtoken:jjwt-jackson:0.11.5"