From 030257f473a92693a4b696acfa745bbf64c98580 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 19 Sep 2017 15:02:17 +0300 Subject: dependency updates --- build.gradle | 4 ++-- juick-api/build.gradle | 4 ++-- juick-rss/build.gradle | 4 ++-- juick-server-web/build.gradle | 2 +- juick-www/build.gradle | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 6146d787..73b9099a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,9 +21,9 @@ allprojects { } project.ext { - springFrameworkVersion = '4.3.10.RELEASE' + springFrameworkVersion = '4.3.11.RELEASE' springSecurityVersion = '4.2.3.RELEASE' - jacksonVersion = '2.9.0' + jacksonVersion = '2.9.1' slf4jVersion = '1.7.25' logbackVersion = '1.2.3' junitVersion = "4.12" diff --git a/juick-api/build.gradle b/juick-api/build.gradle index 4d9faf31..8daab21c 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -16,7 +16,7 @@ dependencies { compile 'io.springfox:springfox-swagger-ui:2.7.0' compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}" - compile 'com.github.pengrad:java-telegram-bot-api:3.2.0' + compile 'com.github.pengrad:java-telegram-bot-api:3.3.0' compile 'org.apache.commons:commons-email:1.5' compile 'org.imgscalr:imgscalr-lib:4.2' @@ -24,7 +24,7 @@ dependencies { testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') - testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.19' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.20' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } diff --git a/juick-rss/build.gradle b/juick-rss/build.gradle index 45b3216b..c1ce058d 100644 --- a/juick-rss/build.gradle +++ b/juick-rss/build.gradle @@ -5,8 +5,8 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') - compile 'com.rometools:rome:1.7.4' - compile 'com.rometools:rome-modules:1.7.4' + compile 'com.rometools:rome:1.8.0' + compile 'com.rometools:rome-modules:1.8.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' testCompile "junit:junit:${rootProject.junitVersion}" diff --git a/juick-server-web/build.gradle b/juick-server-web/build.gradle index 86875f88..adfb2e11 100644 --- a/juick-server-web/build.gradle +++ b/juick-server-web/build.gradle @@ -27,7 +27,7 @@ dependencies { providedCompile "commons-io:commons-io:2.5" providedCompile "commons-codec:commons-codec:1.10" - compile 'com.github.ben-manes.caffeine:caffeine:2.5.4' + compile 'com.github.ben-manes.caffeine:caffeine:2.5.5' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" compile "org.springframework:spring-context-support:${rootProject.springFrameworkVersion}" diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 520bad55..83902b8a 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -24,8 +24,8 @@ dependencies { compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.sun.mail:javax.mail:1.6.0' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' - compile 'com.atlassian.commonmark:commonmark:0.9.0' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.9.0' + compile 'com.atlassian.commonmark:commonmark:0.10.0' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.10.0' testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') -- cgit v1.2.3