aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--juick-notifications/build.gradle4
-rw-r--r--juick-server/build.gradle4
-rw-r--r--juick-spring-www/build.gradle2
4 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index eed3603c..9ebc78c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ project.ext {
logbackVersion = '1.2.1'
junitVersion = "4.12"
hamcrestVersion= "1.3"
- mockitoVersion = "2.7.13"
+ mockitoVersion = "2.7.17"
}
buildscript {
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index 1a054cf7..fc21e51f 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -23,8 +23,8 @@ dependencies {
compile "org.apache.httpcomponents:httpclient:4.5.3"
compile "org.apache.commons:commons-lang3:3.5"
- compile "rocks.xmpp:xmpp-core-client:0.7.3"
- compile "rocks.xmpp:xmpp-extensions-client:0.7.3"
+ compile "rocks.xmpp:xmpp-core-client:0.7.4"
+ compile "rocks.xmpp:xmpp-extensions-client:0.7.4"
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
diff --git a/juick-server/build.gradle b/juick-server/build.gradle
index 3bb3971b..6e26cdf7 100644
--- a/juick-server/build.gradle
+++ b/juick-server/build.gradle
@@ -39,8 +39,8 @@ dependencies {
compile "com.googlecode.log4jdbc:log4jdbc:1.2"
compile "javax.inject:javax.inject:1"
- compile "rocks.xmpp:xmpp-core-client:0.7.3"
- compile "rocks.xmpp:xmpp-extensions-client:0.7.3"
+ compile "rocks.xmpp:xmpp-core-client:0.7.4"
+ compile "rocks.xmpp:xmpp-extensions-client:0.7.4"
providedCompile "javax.servlet:javax.servlet-api:3.1.0"
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle
index d9847b03..04a0f724 100644
--- a/juick-spring-www/build.gradle
+++ b/juick-spring-www/build.gradle
@@ -30,7 +30,7 @@ dependencies {
compile "org.thymeleaf:thymeleaf-spring4:${thymeleafVersion}"
compile "org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.0.RELEASE"
compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE"
- compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.2.0"
+ compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.2.1"
compile 'net.coobird:thumbnailator:0.4.8'