diff options
author | Vitaly Takmazov | 2019-11-27 23:18:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-11-27 23:18:33 +0300 |
commit | 5c195db9621599c5c2098ba0e7e6540166236fd8 (patch) | |
tree | d76b2572dc3ce6e6d465e4d78b9017a189c195f4 /build.gradle | |
parent | 945ec710ebd604ebd76bc93e8667aa2aa89ed37d (diff) |
Tomcat 9.0.29 and other dependency updates
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 13 |
1 files changed, 5 insertions, 8 deletions
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" |