aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-05-28 17:44:38 +0300
committerGravatar Vitaly Takmazov2018-05-28 17:44:38 +0300
commit77a6aa1b1e28f2d66c494e69caa691c1d69ca6af (patch)
tree56b69924b609b1a612f8998abf163b8ea17149be /juick-www/build.gradle
parentbecc5e008199c94ffce1435839d85999b57f131b (diff)
update maven dependencies
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index acdb4369..6ddc0df1 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -36,14 +36,14 @@ dependencies {
providedRuntime 'mysql:mysql-connector-java:5.1.45'
runtime "commons-fileupload:commons-fileupload:1.3.3"
- compile 'com.github.scribejava:scribejava-apis:5.4.0'
+ compile 'com.github.scribejava:scribejava-apis:5.5.0'
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'com.mitchellbosecke:pebble-spring4:2.4.0'
compile 'com.atlassian.commonmark:commonmark:0.11.0'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile ('net.sourceforge.htmlunit:htmlunit:2.30')
+ testCompile ('net.sourceforge.htmlunit:htmlunit:2.31')
}