diff options
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r-- | juick-server/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle index 9217d6b3..540289ae 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -95,9 +95,9 @@ dependencies { runtime 'com.h2database:h2:1.4.196' runtime "commons-fileupload:commons-fileupload:1.3.3" - compile 'com.github.scribejava:scribejava-apis:5.5.0' + compile 'com.github.scribejava:scribejava-apis:5.6.0' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'io.pebbletemplates:pebble-spring5:3.0.3' + compile 'io.pebbletemplates:pebble-spring5:3.0.4' compile 'com.atlassian.commonmark:commonmark:0.11.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' |