From 93a5c481a3c746c0e0d3d9c916c7e9a5f378eb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:56:28 +0000 Subject: [PATCH] Bump org.kohsuke:github-api from 1.321 to 1.322 Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.321 to 1.322. - [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.321...github-api-1.322) --- updated-dependencies: - dependency-name: org.kohsuke:github-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 971754d..74fd051 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ glide_transformations = "4.3.0" gesture_views = "2.8.3" jsoup = "1.17.2" uCrop = "2020.09.28" -github_api = "1.321" +github_api = "1.322" junit = "4.13.2" androidx_test_ext_junit = "1.1.5" androidx_test_espresso = "3.5.1"