We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626d6ca commit 9b648adCopy full SHA for 9b648ad
buildSrc/src/main/java/io/spring/gradle/convention/AsciidoctorConventionPlugin.java
@@ -67,7 +67,7 @@
67
public class AsciidoctorConventionPlugin implements Plugin<Project> {
68
69
private static final String SPRING_ASCIIDOCTOR_BACKENDS_VERSION = "0.0.5";
70
- private static final String SPRING_ASCIIDOCTOR_EXTENSIONS_BLOCK_SWITCH_VERSION = "0.4.2.RELEASE";
+ private static final String SPRING_ASCIIDOCTOR_EXTENSIONS_BLOCK_SWITCH_VERSION = "0.6.1";
71
private static final String SPRING_DOC_RESOURCES_VERSION = "0.2.5";
72
73
private static final String SPRING_ASCIIDOCTOR_BACKENDS_DEPENDENCY =
0 commit comments