Upgrade to org.asciidoctor.convert 1.5.6

Closes gh-459
This commit is contained in:
Johnny Lim
2017-11-18 08:52:55 +09:00
committed by Andy Wilkinson
parent d18f8d8246
commit 5750babc6f
8 changed files with 9 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ the configuration are described below.
.Gradle
----
plugins { <1>
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
dependencies {