Skip to content

Commit

Permalink
upgrade to asciidoctorj-pdf:1.5.0-beta.4 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Sep 6, 2019
1 parent 25829b7 commit 76f9d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This document provides a high-level view of the changes introduced by release.

- support operation block macro in https://docs.spring.io/spring-restdocs/docs/current/reference/html5/[spring-restdoc] and auto-detect the snippets folder (#312)
- prepended config via plugin shouldn't add blank line that breaks document title (#325)
- upgrade to asciidoctorj-pdf:1.5.0-beta.4 (#325)

=== 0.30.2 (preview, available from Github releases)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test {

dependencies {
compile 'org.asciidoctor:asciidoctorj-diagram:1.5.18'
compile 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.2'
compile 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.4'
/* snakeyaml is s used by asciidoctorj-pdf, but is actually provided within jruby-stdlib
* a snakeyaml version in the classpath takes precedence, but IntelliJ includes a version that is too old
* therefore this plugin includes the same version of snakeyaml that is already included in jruby-stdlib
Expand Down

0 comments on commit 76f9d11

Please sign in to comment.