Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
Closes gh-24381
  • Loading branch information
bclozel committed Dec 7, 2020
2 parents 68489c5 + d2895e7 commit dc9cdb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ private void upgradeAsciidoctorJVersion(Project project) {
private UnzipDocumentationResources createUnzipDocumentationResourcesTask(Project project) {
Configuration documentationResources = project.getConfigurations().maybeCreate("documentationResources");
documentationResources.getDependencies()
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.4"));
.add(project.getDependencies().create("io.spring.docresources:spring-doc-resources:0.2.5"));
UnzipDocumentationResources unzipResources = project.getTasks().create("unzipDocumentationResources",
UnzipDocumentationResources.class);
unzipResources.setResources(documentationResources);
Expand Down

0 comments on commit dc9cdb7

Please sign in to comment.