diff options
Diffstat (limited to 'build.gradle')
-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") |