Skip to content

Commit 3b92d45

Browse files
committed
Upgrade reference docs dependencies
This commit upgrades the spring-doc-resources dependency to 0.2.5 and the spring-asciidoctor-extensions-block-switch to 0.5.0
1 parent 1195b3a commit 3b92d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/docs.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configurations {
33
}
44

55
dependencies {
6-
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.3.RELEASE")
6+
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.5.0")
77
}
88

99
repositories {
@@ -113,7 +113,7 @@ dokka {
113113
}
114114

115115
task downloadResources(type: Download) {
116-
def version = "0.2.2.RELEASE"
116+
def version = "0.2.5"
117117
src "https://repo.spring.io/release/io/spring/docresources/" +
118118
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
119119
dest project.file("$buildDir/docs/spring-doc-resources.zip")

0 commit comments

Comments
 (0)