aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
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"