diff options
author | Vitaly Takmazov | 2019-06-25 11:14:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-06-25 11:14:33 +0300 |
commit | 704cf3d449b945a60c67db1be686a87802f6b20e (patch) | |
tree | ea527362517d357629ff9837c6b9d4c21a0d35d0 | |
parent | c0ca76e7008e18601c096f6de9c254f62fb90d7c (diff) |
Update deps
-rw-r--r-- | build.gradle | 6 |
1 files 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") |