Skip to content

Commit c12d8c0

Browse files
committed
Complete upgrade to org.asciidoctor.convert 1.5.9.2
See gh-642
1 parent ce9d0c9 commit c12d8c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id "org.asciidoctor.convert" version "1.5.3"
11+
id "org.asciidoctor.convert" version "1.5.9.2"
1212
}
1313

1414
apply plugin: 'java'

samples/web-test-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.asciidoctor.convert" version "1.5.3"
2+
id "org.asciidoctor.convert" version "1.5.9.2"
33
}
44

55
apply plugin: 'java'

0 commit comments

Comments
 (0)