diff options
-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' |