diff options
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index e3451336..d6a8f4b2 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'com.github.ben-manes.versions' dependencies { compile project(':juick-server') - compile 'com.github.scribejava:scribejava-apis:3.3.0' + compile 'com.github.scribejava:scribejava-apis:3.4.0' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.mitchellbosecke:pebble:2.3.0' |