aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-17 09:26:03 +0000
committerGravatar vitalyster2020-11-17 12:26:52 +0300
commit1e5745ef73a6a0a4b39ef3b5d39bf6d7c3eca4ed (patch)
tree41e849a09327d92096dd6a8dd8002f835a5d2800 /build.gradle
parentcc90bf909294467bd44c9870e9c050381e2655f2 (diff)
Bump google-api-client from 1.31.0 to 1.31.1
Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.31.0 to 1.31.1. - [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.0...v1.31.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 593bf024..457e9a49 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.31.0'
+ compile 'com.google.api-client:google-api-client:1.31.1'
compile "com.kotcrab.remark:remark:1.2.0"
compile 'io.jsonwebtoken:jjwt-api:0.11.2'