diff --git a/spring-data/spring-data-rest-springfox/build.gradle b/spring-data/spring-data-rest-springfox/build.gradle index 276b819..02ed173 100644 --- a/spring-data/spring-data-rest-springfox/build.gradle +++ b/spring-data/spring-data-rest-springfox/build.gradle @@ -27,9 +27,9 @@ repositories { dependencies { compile('org.springframework.boot:spring-boot-starter-data-jpa') compile('org.springframework.boot:spring-boot-starter-data-rest') - compile('io.springfox:springfox-data-rest:2.7.1') - compile('io.springfox:springfox-swagger2:2.7.1') - 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') compile('com.h2database:h2:1.4.196') testCompile('org.springframework.boot:spring-boot-starter-test') }