diff options
author | Vitaly Takmazov | 2020-10-02 01:44:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-02 01:44:25 +0300 |
commit | 303ad51ccfb406e347c66b0a131cd559c23cac7a (patch) | |
tree | 2e012941bc3bcf1febcf4fc3e08c5bd8f86ba1b6 | |
parent | 7995e379b95d2a291e1df005030443f52ace99da (diff) |
Update deps
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 549303cc..af588130 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.1.3' 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.5' + compile 'org.tomitribe:tomitribe-http-signatures:1.7' compile 'com.google.api-client:google-api-client:1.30.10' compile "com.kotcrab.remark:remark:1.2.0" |