diff options
author | Vitaly Takmazov | 2019-09-17 14:40:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-09-17 14:40:09 +0300 |
commit | 13993e1cf558baf27e8381b934286afb49b65371 (patch) | |
tree | 3a1059e9bb887de676a2fdb4a61f59aac73cb41c /build.gradle | |
parent | 4e75aad4a4cfe231828ae593f19265e378fb2a72 (diff) |
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 55066ac9..e15ac1f1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.ben-manes:gradle-versions-plugin:0.24.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.25.0' classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3' } } @@ -145,12 +145,12 @@ dependencies { compile "javax.inject:javax.inject:1" - compile 'com.rometools:rome:1.12.1' - compile 'com.rometools:rome-modules:1.12.1' + compile 'com.rometools:rome:1.12.2' + compile 'com.rometools:rome-modules:1.12.2' compile 'org.flywaydb:flyway-core:5.2.4' - runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.3' + runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.4' runtime 'net.java.dev.jna:jna:5.4.0' runtime 'net.java.dev.jna:jna-platform:5.4.0' runtime 'com.h2database:h2:1.4.199' @@ -161,7 +161,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.13.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.0' compile 'org.tomitribe:tomitribe-http-signatures:1.3' - compile 'com.google.api-client:google-api-client:1.30.2' + compile 'com.google.api-client:google-api-client:1.30.3' compile "com.kotcrab.remark:remark:1.2.0" testCompile("org.springframework.boot:spring-boot-starter-test") |