diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b6f4d96c..c060711a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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:: diff --git a/pom.xml b/pom.xml index 9fccb024..e321373a 100644 --- a/pom.xml +++ b/pom.xml @@ -65,8 +65,8 @@ UTF-8 1.8 JavaSE-1.8 - 2.5.5 - 9.3.4.0 + 2.5.7 + 9.3.8.0 4.3.0 0.8.8 3.5 diff --git a/src/test/java/org/asciidoctor/maven/AsciidoctorIntegrationTest.java b/src/test/java/org/asciidoctor/maven/AsciidoctorIntegrationTest.java index fa2b786a..8294a974 100644 --- a/src/test/java/org/asciidoctor/maven/AsciidoctorIntegrationTest.java +++ b/src/test/java/org/asciidoctor/maven/AsciidoctorIntegrationTest.java @@ -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