From 13993e1cf558baf27e8381b934286afb49b65371 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 17 Sep 2019 14:40:09 +0300 Subject: Update deps --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.gradle') 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") -- cgit v1.2.3