File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring
3636
3737_ build.gradle_
3838``` groovy
39- compile('com.github.springfox.loader:springfox-loader:1.1.0 ')
39+ compile('com.github.springfox.loader:springfox-loader:1.1.1 ')
4040```
4141
4242### Maven
@@ -46,7 +46,7 @@ _pom.xml_
4646<dependency >
4747 <groupId >com.github.springfox.loader</groupId >
4848 <artifactId >springfox-loader</artifactId >
49- <version >1.1.0 </version >
49+ <version >1.1.1 </version >
5050</dependency >
5151```
5252
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.springfox.loader</groupId >
77 <artifactId >springfox-loader</artifactId >
8- <version >1.1.1-SNAPSHOT </version >
8+ <version >1.1.1</version >
99 <packaging >jar</packaging >
1010
1111 <properties >
You can’t perform that action at this time.
0 commit comments