Skip to content

Commit 55dfc42

Browse files
committed
remove snapshot dependency
1 parent 5a9e275 commit 55dfc42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-data/spring-data-rest-springfox/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ repositories {
2727
dependencies {
2828
compile('org.springframework.boot:spring-boot-starter-data-jpa')
2929
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')
30+
compile('io.springfox:springfox-data-rest:2.8.0')
31+
compile('io.springfox:springfox-swagger2:2.8.0')
32+
compile('io.springfox:springfox-swagger-ui:2.8.0')
3333
compile('com.h2database:h2:1.4.196')
3434
testCompile('org.springframework.boot:spring-boot-starter-test')
3535
}

0 commit comments

Comments
 (0)