File tree 8 files changed +8
-8
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 34
34
junitJupiterVersion = ' 5.0.0'
35
35
}
36
36
37
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
37
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
38
38
39
39
dependencies {
40
40
asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 31
31
snippetsDir = file(' build/generated-snippets' )
32
32
}
33
33
34
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
35
35
36
36
dependencies {
37
37
compile ' org.springframework.boot:spring-boot-starter-web'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: "idea"
22
22
apply plugin : " org.grails.grails-web"
23
23
24
24
ext {
25
- restDocsVersion = " 2.0.3 .BUILD-SNAPSHOT"
25
+ restDocsVersion = " 2.0.4 .BUILD-SNAPSHOT"
26
26
snippetsDir = file(' src/docs/generated-snippets' )
27
27
}
28
28
Original file line number Diff line number Diff line change 27
27
snippetsDir = file(' build/generated-snippets' )
28
28
}
29
29
30
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
30
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
31
31
32
32
dependencies {
33
33
compile ' org.springframework.boot:spring-boot-starter-data-jpa'
Original file line number Diff line number Diff line change 18
18
<properties >
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<java .version>1.8</java .version>
21
- <spring-restdocs .version>2.0.3 .BUILD-SNAPSHOT</spring-restdocs .version>
21
+ <spring-restdocs .version>2.0.4 .BUILD-SNAPSHOT</spring-restdocs .version>
22
22
</properties >
23
23
24
24
<dependencies >
Original file line number Diff line number Diff line change 31
31
snippetsDir = file(' build/generated-snippets' )
32
32
}
33
33
34
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
35
35
36
36
dependencies {
37
37
asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 31
31
snippetsDir = file(' build/generated-snippets' )
32
32
}
33
33
34
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
35
35
36
36
dependencies {
37
37
asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 20
20
snippetsDir = file(' build/generated-snippets' )
21
21
}
22
22
23
- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
23
+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
24
24
25
25
dependencies {
26
26
compile ' io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'
You can’t perform that action at this time.
0 commit comments