File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ private void createAsciidoctorExtensionsConfiguration(Project project) {
108108 project .getConfigurations ().matching ((candidate ) -> "dependencyManagement" .equals (candidate .getName ()))
109109 .all ((dependencyManagement ) -> configuration .extendsFrom (dependencyManagement ));
110110 configuration .getDependencies ().add (project .getDependencies ()
111- .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1 " ));
111+ .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.2 " ));
112112 configuration .getDependencies ()
113113 .add (project .getDependencies ().create ("org.asciidoctor:asciidoctorj-pdf:1.5.3" ));
114114 });
You can’t perform that action at this time.
0 commit comments