Skip to content

Commit

Permalink
Bump AsciidoctorJ to v2.5.7
Browse files Browse the repository at this point in the history
Fix test to accomodate for core change
asciidoctor/asciidoctor#4370
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent a306c31 commit 4fdec93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Build / Infrastructure::
* Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
* Upgrade Asciidoctorj to v2.5.5 (#591)
* Upgrade build related Maven plugins to the latest versions (#606)
* Upgrade Asciidoctorj to v2.5.7 (#604)

Documentation::

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>1.8</project.java.version>
<project.execution.environment>JavaSE-1.8</project.execution.environment>
<asciidoctorj.version>2.5.4</asciidoctorj.version>
<asciidoctorj.version>2.5.7</asciidoctorj.version>
<jruby.version>9.3.4.0</jruby.version>
<maven.coveralls.plugin.version>4.3.0</maven.coveralls.plugin.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public void should_not_include_github_files_when_allowUriRead_is_false() throws

// then
assertThat(outputDir, "github-include.html")
.contains("link:https://raw.githubusercontent.com/cometd/cometd/4.0.x/pom.xml[]");
.contains("link:https://raw.githubusercontent.com/cometd/cometd/4.0.x/pom.xml[role=include]");
}

@Test
Expand Down

0 comments on commit 4fdec93

Please sign in to comment.