From 9c221bfb3ccf8fd09275a70817b532a22496dfc2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2019 12:55:21 +0100 Subject: [PATCH] Polish --- spring-restdocs-asciidoctor-2.0/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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