aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-31 06:57:45 +0300
committerGravatar Vitaly Takmazov2017-01-31 06:57:45 +0300
commit6e93a73628ee87cf4bba12098c7a27a5fd03bc64 (patch)
tree6edf1d1a0b911ff3a50463e18d13ffc4d1cf0503 /juick-notifications
parent09ebad6b9dcb02fd35f15b02c4aa7da279d8f454 (diff)
update dependencies
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index 6d4cb952..04ff0659 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -21,14 +21,14 @@ dependencies {
compile "org.slf4j:log4j-over-slf4j:${rootProject.slf4jVersion}"
compile "org.slf4j:jul-to-slf4j:${rootProject.slf4jVersion}"
- compile "org.apache.httpcomponents:httpclient:4.5.2"
+ compile "org.apache.httpcomponents:httpclient:4.5.3"
compile "org.apache.commons:commons-lang3:3.5"
compile "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9"
compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9"
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
- testCompile "org.mockito:mockito-core:2.6.2"
+ testCompile "org.mockito:mockito-core:2.7.0"
}
compileJava.options.encoding = 'UTF-8'