File tree 2 files changed +5
-2
lines changed
spring-restdocs-asciidoctor
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ asciidoctorj21Version=2.1.0
10
10
asciidoctorj22Version =2.2.0
11
11
asciidoctorj23Version =2.3.0
12
12
asciidoctorj24Version =2.4.2
13
+ asciidoctorj25Version =2.5.1
13
14
14
15
javaFormatVersion =0.0.27
15
16
jmustacheVersion =1.12
Original file line number Diff line number Diff line change @@ -38,12 +38,14 @@ compatibilityTest {
38
38
dependency(' AsciidoctorJ' ) { asciidoctorJ ->
39
39
asciidoctorJ. groupId = " org.asciidoctor"
40
40
asciidoctorJ. artifactId = " asciidoctorj"
41
- asciidoctorJ. versions = [ asciidoctorj16Version,
41
+ asciidoctorJ. versions = [
42
+ asciidoctorj16Version,
42
43
asciidoctorj20Version,
43
44
asciidoctorj21Version,
44
45
asciidoctorj22Version,
45
46
asciidoctorj23Version,
46
- asciidoctorj24Version
47
+ asciidoctorj24Version,
48
+ asciidoctorj25Version,
47
49
]
48
50
}
49
51
}
You can’t perform that action at this time.
0 commit comments