From 068091b091ee42d4a6b24a7ea5c753229636a158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:50:17 +0100 Subject: [PATCH] Bump google-api-client from 1.31.2 to 1.31.3 (#51) Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.31.2 to 1.31.3. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v1.31.2...v1.31.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d124ada..94a1370 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,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.2' + compile 'com.google.api-client:google-api-client:1.31.3' compile 'com.google.apis:google-api-services-youtube:v3-rev20210210-1.31.0' compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'