From 77a6aa1b1e28f2d66c494e69caa691c1d69ca6af Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 28 May 2018 17:44:38 +0300 Subject: update maven dependencies --- juick-common/build.gradle | 2 +- juick-server/build.gradle | 4 ++-- juick-www/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/juick-common/build.gradle b/juick-common/build.gradle index c57655f1..95bca7cf 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -11,7 +11,7 @@ dependencies { compile "commons-codec:commons-codec:1.11" compile "commons-io:commons-io:2.6" compile 'com.google.code.findbugs:jsr305:3.0.2' - compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final' + compile 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' compile 'org.imgscalr:imgscalr-lib:4.2' compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT" runtime "commons-fileupload:commons-fileupload:1.3.3" diff --git a/juick-server/build.gradle b/juick-server/build.gradle index 7d177005..4af01a0b 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -29,8 +29,8 @@ dependencies { compile "javax.xml.bind:jaxb-api:2.3.0" compile 'org.glassfish.jaxb:jaxb-runtime:2.3.0' - compile 'com.rometools:rome:1.9.0' - compile 'com.rometools:rome-modules:1.9.0' + compile 'com.rometools:rome:1.10.0' + compile 'com.rometools:rome-modules:1.10.0' providedRuntime 'mysql:mysql-connector-java:5.1.45' 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') } -- cgit v1.2.3