aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-common/build.gradle2
-rw-r--r--juick-server/build.gradle4
-rw-r--r--juick-www/build.gradle4
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')
}