Skip to content

Commit

Permalink
Fix issue #5
Browse files Browse the repository at this point in the history
Increase the springfox-swagger2 dependency version number
  • Loading branch information
dmettem committed Oct 12, 2016
1 parent b6cda07 commit 8f79e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ configurations {
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile fileTree(dir: 'lib', include: '**/*.jar')
compile "io.springfox:springfox-swagger2:2.5+"
compile "io.springfox:springfox-swagger2:2.+"
compile "io.springfox:springfox-swagger-ui:2.+"

testCompile('org.springframework.boot:spring-boot-starter-test')
Expand Down Expand Up @@ -94,4 +94,4 @@ task schemagen () {
}

compileJava.dependsOn createschemaTargetDir
schemagen.dependsOn extractApi
schemagen.dependsOn extractApi

0 comments on commit 8f79e5c

Please sign in to comment.