diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
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") |