Skip to content

Commit 76a89cf

Browse files
committed
Upgrade to AsciidoctorJ 1.5.8.1
Closes gh-621
1 parent 8044444 commit 76a89cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ subprojects {
8282
dependency 'io.rest-assured:rest-assured:3.0.7'
8383
dependency 'org.apache.pdfbox:pdfbox:2.0.7'
8484
dependency 'org.assertj:assertj-core:2.9.1'
85-
dependency 'org.asciidoctor:asciidoctorj:1.5.6'
85+
dependency 'org.asciidoctor:asciidoctorj:1.5.8.1'
8686
dependency 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16'
8787
dependency 'org.hamcrest:hamcrest-core:1.3'
8888
dependency 'org.hamcrest:hamcrest-library:1.3'

spring-restdocs-asciidoctor/src/test/resources/operations/all-snippets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="_http_request">HTTP request</h2>
3232
<div class="sect1">
3333
<h2 id="_response_fields">Response fields</h2>
3434
<div class="sectionbody">
35-
<table class="tableblock frame-all grid-all spread">
35+
<table class="tableblock frame-all grid-all stretch">
3636
<colgroup>
3737
<col style="width: 33.3333%;">
3838
<col style="width: 33.3333%;">

spring-restdocs-asciidoctor/src/test/resources/operations/snippet-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="sect1">
22
<h2 id="_response_fields">Response fields</h2>
33
<div class="sectionbody">
4-
<table class="tableblock frame-all grid-all spread">
4+
<table class="tableblock frame-all grid-all stretch">
55
<colgroup>
66
<col style="width: 33.3333%;">
77
<col style="width: 33.3333%;">

0 commit comments

Comments
 (0)