From 7d04ea9cc0abba7750f98a7586f158f1e03c2343 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 13 Feb 2017 10:26:27 +0300 Subject: update dependencies --- build.gradle | 4 ++-- juick-notifications/build.gradle | 4 ++-- juick-server/build.gradle | 6 +++--- juick-spring-www/build.gradle | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 2ec3a707..fbd1a050 100644 --- a/build.gradle +++ b/build.gradle @@ -10,10 +10,10 @@ project.ext { springSecurityVersion = '4.2.1.RELEASE' jacksonVersion = '2.8.6' slf4jVersion = '1.7.22' - logbackVersion = '1.1.10' + logbackVersion = '1.2.1' junitVersion = "4.12" hamcrestVersion= "1.3" - mockitoVersion = "2.7.2" + mockitoVersion = "2.7.5" } buildscript { diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index ced270ed..1a054cf7 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 "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9" - compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9" + compile "rocks.xmpp:xmpp-core-client:0.7.3" + compile "rocks.xmpp:xmpp-extensions-client:0.7.3" 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 5028d427..3bb3971b 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -39,14 +39,14 @@ dependencies { compile "com.googlecode.log4jdbc:log4jdbc:1.2" compile "javax.inject:javax.inject:1" - compile "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9" - compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9" + compile "rocks.xmpp:xmpp-core-client:0.7.3" + compile "rocks.xmpp:xmpp-extensions-client:0.7.3" providedCompile "javax.servlet:javax.servlet-api:3.1.0" runtime "commons-fileupload:commons-fileupload:1.3.2" - testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.2" + testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3" testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}" diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index c53f6c17..f4788d93 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -29,7 +29,7 @@ dependencies { compile "org.thymeleaf:thymeleaf:${thymeleafVersion}" 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.1.RELEASE" + compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE" compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.2" compile 'net.coobird:thumbnailator:0.4.8' @@ -38,7 +38,7 @@ dependencies { testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}" testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" - testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.2" + testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3" testCompile "org.thymeleaf:thymeleaf-testing:3.0.2.RELEASE" testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}" -- cgit v1.2.3