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) {
108
108
project .getConfigurations ().matching ((candidate ) -> "dependencyManagement" .equals (candidate .getName ()))
109
109
.all ((dependencyManagement ) -> configuration .extendsFrom (dependencyManagement ));
110
110
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 " ));
112
112
configuration .getDependencies ()
113
113
.add (project .getDependencies ().create ("org.asciidoctor:asciidoctorj-pdf:1.5.3" ));
114
114
});
You can’t perform that action at this time.
0 commit comments