Upgrade to org.asciidoctor.convert 1.5.9.2

Closes gh-642
This commit is contained in:
Andy Wilkinson
2019-09-19 12:08:12 +01:00
parent c2521de8f1
commit 5f6f7680cd
6 changed files with 5 additions and 10 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

@@ -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

@@ -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'