Complete upgrade to org.asciidoctor.convert 1.5.9.2

See gh-642
This commit is contained in:
Andy Wilkinson
2019-09-29 18:24:41 +01:00
parent ce9d0c985f
commit c12d8c0024
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.9.2"
}
apply plugin: 'java'

View File

@@ -1,5 +1,5 @@
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.9.2"
}
apply plugin: 'java'