From 704cf3d449b945a60c67db1be686a87802f6b20e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Jun 2019 11:14:33 +0300 Subject: Update deps --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9112598f..3981de06 100644 --- a/build.gradle +++ b/build.gradle @@ -144,8 +144,8 @@ dependencies { compile "javax.inject:javax.inject:1" - compile 'com.rometools:rome:1.12.0' - compile 'com.rometools:rome-modules:1.12.0' + compile 'com.rometools:rome:1.12.1' + compile 'com.rometools:rome-modules:1.12.1' compile 'org.flywaydb:flyway-core:5.2.4' @@ -160,7 +160,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.12.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' - compile 'com.google.api-client:google-api-client:1.30.0' + compile 'com.google.api-client:google-api-client:1.30.1' compile "com.kotcrab.remark:remark:1.0.0" testCompile("org.springframework.boot:spring-boot-starter-test") -- cgit v1.2.3