diff options
author | dependabot-preview[bot] | 2020-11-11 07:20:18 +0000 |
---|---|---|
committer | dependabot-preview[bot] | 2020-11-11 10:02:22 +0000 |
commit | 78f434e111ffeef043f27b6d4689ad7ef6b7b520 (patch) | |
tree | 7f9f40d95477e9d410195132dead78021b5ea18f | |
parent | d4bbad2bb31c4a561d324fdf4168465f7150b9b6 (diff) |
Bump google-api-client from 1.30.11 to 1.31.0
Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.30.11 to 1.31.0.
- [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.30.11...v1.31.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8cad40e2..faf5a8ed 100644 --- a/build.gradle +++ b/build.gradle @@ -159,7 +159,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.15.2' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.2' compile 'org.tomitribe:tomitribe-http-signatures:1.7' - compile 'com.google.api-client:google-api-client:1.30.11' + compile 'com.google.api-client:google-api-client:1.31.0' compile "com.kotcrab.remark:remark:1.2.0" compile 'io.jsonwebtoken:jjwt-api:0.11.2' |