From 5c195db9621599c5c2098ba0e7e6540166236fd8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Nov 2019 23:18:33 +0300 Subject: Tomcat 9.0.29 and other dependency updates --- build.gradle | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index cf76b86a..71456c2b 100644 --- a/build.gradle +++ b/build.gradle @@ -18,9 +18,6 @@ plugins { repositories { mavenCentral() jcenter() - maven { - url 'https://repository.apache.org/content/repositories/snapshots/' - } } apply plugin: 'io.spring.dependency-management' dependencyManagement { @@ -75,7 +72,7 @@ ext { docsOutputDir = file("${buildDir}/docs") } -ext['tomcat.version'] = '9.0-SNAPSHOT' +ext['tomcat.version'] = '9.0.29' test { systemProperty 'io.springfox.staticdocs.outputDir', swaggerOutputDir @@ -127,7 +124,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.0.8' + compile 'org.flywaydb:flyway-core:6.1.0' compile 'com.github.ben-manes.caffeine:caffeine:2.8.0' compile "javax.inject:javax.inject:1" @@ -164,15 +161,15 @@ dependencies { compile 'com.rometools:rome:1.12.2' compile 'com.rometools:rome-modules:1.12.2' - runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.1' + runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.2' runtime 'net.java.dev.jna:jna:5.5.0' runtime 'net.java.dev.jna:jna-platform:5.5.0' runtime 'com.h2database:h2:1.4.200' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'io.pebbletemplates:pebble-spring5:3.1.1' - compile 'com.atlassian.commonmark:commonmark:0.13.0' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.0' + compile 'com.atlassian.commonmark:commonmark:0.13.1' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' compile 'com.google.api-client:google-api-client:1.30.5' compile "com.kotcrab.remark:remark:1.2.0" -- cgit v1.2.3