From 836485d1a1061cac1d012c207d690835d8a0f19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:02:37 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.135 to 1.314 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.135 to 1.314. - [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.135...github-api-1.314) --- 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 23b4092..c31ede3 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ cveHandler { } dependencies { - implementation 'org.kohsuke:github-api:1.135' + implementation 'org.kohsuke:github-api:1.314' implementation 'org.zeroturnaround:zt-zip:1.14' implementation 'org.apache.tika:tika-core:1.24.1' implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5)'