We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9e275 commit 55dfc42Copy full SHA for 55dfc42
spring-data/spring-data-rest-springfox/build.gradle
@@ -27,9 +27,9 @@ repositories {
27
dependencies {
28
compile('org.springframework.boot:spring-boot-starter-data-jpa')
29
compile('org.springframework.boot:spring-boot-starter-data-rest')
30
- compile('io.springfox:springfox-data-rest:2.7.1')
31
- compile('io.springfox:springfox-swagger2:2.7.1')
32
- compile('io.springfox:springfox-swagger-ui:2.7.1')
+ compile('io.springfox:springfox-data-rest:2.8.0')
+ compile('io.springfox:springfox-swagger2:2.8.0')
+ compile('io.springfox:springfox-swagger-ui:2.8.0')
33
compile('com.h2database:h2:1.4.196')
34
testCompile('org.springframework.boot:spring-boot-starter-test')
35
}
0 commit comments