aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-12-09 09:51:33 +0300
committerGravatar Vitaly Takmazov2019-12-09 09:51:33 +0300
commitbe7075b49ad227ca221d4e36cd6494c8059630ce (patch)
treedc45b1bef602c0e090f4587b7c457b2e2f02855e /build.gradle
parent7499caa96343d58a72e16732806252193c6332b8 (diff)
Spring Boot 2.2.2 and other dependency updates
Tomcat 9.0.29 is the default version for Spring Boot 2.2.2 now
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 7f3f6a87..5d06acdb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,8 +11,8 @@ buildscript {
}
}
plugins {
- id 'org.springframework.boot' version '2.2.1.RELEASE' apply false
- id("org.asciidoctor.convert") version "2.3.0" apply false
+ id 'org.springframework.boot' version '2.2.2.RELEASE' apply false
+ id("org.asciidoctor.convert") version "2.4.0" apply false
}
repositories {
@@ -72,8 +72,6 @@ ext {
docsOutputDir = file("${buildDir}/docs")
}
-ext['tomcat.version'] = '9.0.29'
-
test {
systemProperty 'io.springfox.staticdocs.outputDir', swaggerOutputDir
outputs.dir swaggerOutputDir
@@ -171,7 +169,7 @@ dependencies {
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.google.api-client:google-api-client:1.30.6'
compile "com.kotcrab.remark:remark:1.2.0"
testCompile("org.springframework.boot:spring-boot-starter-test")