Skip to content

Commit

Permalink
Upgrading Swagger to 3.0.0 RELEASED VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Karanam authored and Ranga Karanam committed Jul 20, 2020
1 parent cac66da commit d467683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 02.restful-web-services/2.3.1.RELEASE-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Current Directory : /Ranga/git/01.udemy-course-repos/spring-micro-services/02.re
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion 02.restful-web-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d467683

Please sign in to comment.