diff options
author | Vitaly Takmazov | 2019-03-30 20:58:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-30 20:58:28 +0300 |
commit | eaa7d242256d45bbd4cd520db02bef679fd11113 (patch) | |
tree | ca525a74551583e1e279cb4bc1410ac24d8e57bb /build.gradle | |
parent | 1ae03ea2f7866b30796d7f8ae925c53d7d98c1b3 (diff) |
update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 03c59e35..ddf688f9 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'org.springframework.boot' version '2.1.3.RELEASE' apply false id "com.moowork.node" version "1.3.1" apply false - id("org.asciidoctor.convert") version "1.6.0" apply false + id("org.asciidoctor.convert") version "2.0.0" apply false } repositories { @@ -114,7 +114,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-undertow") { exclude group: 'org.jboss.xnio' } - compile ("org.jboss.xnio:xnio-nio:3.7.0.Final") { + compile ("org.jboss.xnio:xnio-nio:3.7.1.Final") { exclude group: 'org.jboss.threads' } compile 'org.jboss.threads:jboss-threads:2.3.3.Final' @@ -167,7 +167,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.0.8' compile 'com.atlassian.commonmark:commonmark:0.12.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' - compile 'org.tomitribe:tomitribe-http-signatures:1.1' + compile 'org.tomitribe:tomitribe-http-signatures:1.3' compile 'com.google.api-client:google-api-client:1.28.0' compile "com.kotcrab.remark:remark:1.0.0" |