From eaa7d242256d45bbd4cd520db02bef679fd11113 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 30 Mar 2019 20:58:28 +0300 Subject: update deps --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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" -- cgit v1.2.3