From eb9ac9e70faea1fcaf6e1fdaff7a7fd9b0ed8822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 03:04:31 +0000 Subject: [PATCH] Bump google-api-client from 1.31.5 to 1.33.0 Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.31.5 to 1.33.0. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v1.31.5...v1.33.0) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client 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 5b6f604..8a56771 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { compile 'mysql:mysql-connector-java' compile 'org.reflections:reflections:0.9.12' compile 'org.apache.commons:commons-lang3:3.12.0' - compile 'com.google.api-client:google-api-client:1.31.5' + compile 'com.google.api-client:google-api-client:1.33.0' compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0' compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'