diff --git a/spring-restdocs-asciidoctor-2.0/build.gradle b/spring-restdocs-asciidoctor-2.0/build.gradle index 48e8d5cf..9ac719ef 100644 --- a/spring-restdocs-asciidoctor-2.0/build.gradle +++ b/spring-restdocs-asciidoctor-2.0/build.gradle @@ -4,7 +4,7 @@ dependencies { compileOnly "org.asciidoctor:asciidoctorj:$asciidoctorj20Version" implementation project(':spring-restdocs-asciidoctor-support') testCompile 'junit:junit' - testCompile "org.asciidoctor:asciidoctorj:$asciidoctorj15Version" + testCompile "org.asciidoctor:asciidoctorj:$asciidoctorj20Version" testCompile 'org.assertj:assertj-core' testRuntime project(':spring-restdocs-asciidoctor-support') } \ No newline at end of file